OK, I've finally had a chance to fool around with this, and it's working pretty good except for a couple things.
I put these lines in the page_header:
'U_ABOUT' => append_sid('portal.'.$phpEx.'?page=2'),
'U_CONTACT' => append_sid('portal.'.$phpEx.'?page=3'),
'U_DOWNLOAD' => append_sid('portal.'.$phpEx.'?page=4'),
'U_FORUMS' => append_sid('forums.'.$phpEx),
When I call them in the overall_header, the only time the links rewrite is if I am on that particular page. In otherwords, I have to be on portal page 4 in order for the link in the overall header to read
downloads-p4.html
Also, there are duplicates.
portal.php?page=2 and
about-us-p2.html are both available with no redirects.
Here's where I'm using it:
www.tech4teachers.org
Other than those two minor things, I am very, very happy with the way this has turned out so far.
Oh yeah, one other thing. Is there any way I can insert "Tech4Teachers.org | " in front of the dynamic page titles? I'm guessing I need to edit this line:
$page_title = !empty($layout_row['name']) ? $layout_row['name'] : $lang['Home'];
Thanks again, dcz.
