Hi........
I have a question here.
How can I add page titles? In the current version, all page titles are "Better PHP: Template System". But in a real site, it should be like "Home - Better PHP: Template System", "News - Better PHP: Template System", etc. different for each page.
tamplate system
Re: tamplate system
One way is to base the title on the name of the page, ie
<title>BetterPHP: <?php echo uc_words($_GET['page']); ?></title>