----------------------------------// // VB2_INTEGRATION is if you are using vB2 and want to use the vB2 integration define("VB2_INTEGRATION", 'off'); //-----------------------------------------------------------------------------------// //---------------------------------- vB2 Portal -------------------------------------// // To use set path and set flag to 'on' define("VBP2_INTEGRATION", 'off'); $vbportal="/home/sites/yoursite/web/vbportal"; //-----------------------------------------------------------------------------------// ?> chdir($vbportal . "/"); require("mainfile.php"); $index = 0; global $Pmenu,$Pheader; $Pheader = "P_themeheader"; $Pmenu = "P_thememenu_photopost"; require("header.php"); $vbheader = ob_get_contents(); ob_end_clean(); ob_start(); require("footer.php"); $vbfooter = ob_get_contents(); ob_end_clean(); chdir($pppath . "/"); } ?> include "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/ppopen.tmpl"; include "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/ppclose.tmpl"; ?> FSC Gallery - All Images - Powered by PhotoPost
  Home · Search · Register · Login 

Home » Custom View
Search
Recent Photos 1 day  7 days  14 days  all
View   Per Page 

  This category does not contain any images.


Powered by: PhotoPost PHP
Copyright 2005 All Enthusiast, Inc.

"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); } } } if ( $Globals['sidebar'] == "left" && $Globals['sidebar_global'] == "yes" ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/sidebar_leftclose.tmpl" ); } if ( $Globals['sidebar'] == "right" && $Globals['sidebar_global'] == "yes" ) { include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/sidebar_rightclose.tmpl" ); } printfooter(); ?>