View Single Post
Old March 15th, 2008, 10:15 AM   #27 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
I never removed it, rather, moved it so it would go below the menu bar, instead of acting like a header above it. here is my code for the showgallery.php file...

Quote:
if ( $cattype == "c" && !$ppuser )
{
if ( $Globals['features'] == "yes" ) {
if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "yes" )
{
display_gallery("latest", "", $cat);
}

if ( $Globals['dispopular'] == "yes" )
{
display_gallery("most_views", "", $cat);
}

if ( $Globals['disrandom'] == "yes" )
{
display_gallery("random", "", $cat);
}
}
}
skidpics is offline   Reply With Quote