Every page in the system is grabbed into index.php.
For each page i'd like the title to change according to the page it's on, this can be set manually within each page we want to send.
My question is what would be the most effective method of updating the title each time a new page is viewed.
eg: $common->setTitle($title);
Is what i have in mind, but how would index.php know what the current title is so it can do '<title><?php echo getTitle(); ?>' or something along those lines.
Thanks in Advance.
Drag