Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I have three pages (takeaway.php; menudetails.php; menutwo.php) set up on the website. I have exactly the same directive as the first line of all three pages (<?php require_once( 'mods/cms.php' ); ?> ) but, no matter how many times I refresh the pages and the admin page, only "takeaway.php" gets listed in Admin->Templates.

I'm sure I'm being stupid but what could be the problem here please?
There is also a second PHP line that needs to placed at the very end of each template -
Code: Select all
<?php COUCH::invoke(); ?>

Are you sure you haven't missed that?
Absolutely right: I forgot that line!
Thanks again.
3 posts Page 1 of 1
cron