Here's the issue: I don't know anything about php and I have a problem. So the php code knows what section it is in, at the top of the html this is declared:
CODE
<?php $thisPage="About Us"; ?>
<html><head>
<html><head>
But using MT and templates, this starts to get tricky when trying to run a whole site through MT--not just the blog.
Is there a php code that I can use that will replace the 'thisPage' statement, and that will define the page as the name of the directory from which the page is being called from? For example, if the page comes from website.com/photos/, then thisPage is automatically defined as 'photos'.
Of course, if someone has a more elegant or simple solution, that would be welcomed too.
Thanks.
Bill