|
well php is reporting /home2/www/idslamyou/classifieds you can try the other but thats what php is coming back with.
In index.php find this
include( "templates/menubar.tmpl" );
to this
include( "{$Globals['PP_PATH']}/templates/menubar.tmpl" );
__________________
|