adding a link to navbar for photopost
cant seem to get this to work and am confused on setting this up
i n the plugins i added this to global start
ob_start();
include('/home/virtual/site2/fst/var/www/html/photopost/index.php');
$includedphp = ob_get_contents();
ob_end_clean();
then i add to the navbar $includedphp right after the calender.
when i actived the plugin my forshow a blank page?
un actived it come back
and i want to call it Photo Gallery where do i put that? or does it take it from the plugin tittle?
Thanks
Tommy
|