1 template file for a site with directories
Posted: Sun Jun 29, 2003 1:57 am
http://www.phpfreaks.com/tutorials/71/0.php
how do they get the footer, header, and menu attached to the each and every page. I know they are using the include function, but there must be something else. If they were just using the include they would have to make a separate template for 0.php, 1.php, 2.php, 3.php. Or maybe not.
So my question is, how do you get everpage to look the same through directories with using ONE TEMPLATE file.
how do they get the footer, header, and menu attached to the each and every page. I know they are using the include function, but there must be something else. If they were just using the include they would have to make a separate template for 0.php, 1.php, 2.php, 3.php. Or maybe not.
So my question is, how do you get everpage to look the same through directories with using ONE TEMPLATE file.