Quote:
|
Originally Posted by Chuck S You can add a rendition of whichever html you want in the header to mimic a menubar etc. |
SMF has a SSI.php file that can be used to add the forum menu to either php files or shtml files.
For php files, the instruction says to add at the very top of your page before the <html> tag on line 1:
<?php require("/home2/www/cascity/forumhall/SSI.php"); ?>
Then we can use the following tag to add the menu:
<?php ssi_menubar(); ?>
However, I cannot find where I can add the ?php require line so all pages on the classifieds can show the menu.
I would assume I have to add the <?php ssi_menubar(); ?> tag to the header.htm file, but am not sure.
Please advise.