Hi guys,
I'm trying to display dynamic page titles depending on what picture a person is viewing.
I've got a header.inc file which prints the title if defined and then something else if its not:
<?php define ('TITLE')) {
print TITLE;
} else {
print 'not defined';
}
?>
then...... I have another page where i have:
<?PHP
define ('TITLE', 'page name');
?>
but its not defining it.. this second page is a .tpl extension would that have any affect on my results?
Thanks in advance



Reply With Quote


Bookmarks