Support Spidean |
Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.
|
testme123
Newbie   Posts: 7 Registered: 7/4/2003 Status: Offline
|
posted on 9/8/2003 at 04:19 PM |
I am trying to find the themefooter() that was in the index.php in .6 (and
also in normal themes its in there too) I looked in all the possible files
and can not find it... The reason I ask this is because I need to add a
line of code to make my CE JS menu work. Here is an excerpt from that
instructions:
If you want to make use of the javascript menu capabilities of
ContentExpress,
you'll need to add a line to your theme in order for the javascript menu
to work.
In the file /themes/<<your theme name>>/theme.php, there is
a function called
themefooter(). Add the end of that function, just before the }
You'll need to add the following:
echo "<script type=\"text/javascript\"
src=\"./modules/ContentExpress/js/menu_com.js\"></script>";
|
| |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 9/9/2003 at 01:46 AM |
Look in modules/AutoTheme/includes/postnuke/atFuncs.php
Add in the function themefooter() after atThemeFooter();
-Shawn |
| |
|
|
|
|