Need help!!!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
moria123
Forum Newbie
Posts: 1
Joined: Sun Apr 20, 2003 3:45 pm

Need help!!!

Post by moria123 »

This message comes up when I'm trying to view my new PHP site... I got a thing from a mag which is ready made for you... PHP-Nuke...

Fatal error: Call to undefined function: themeheader() in header.php on line 47


This is line 47:

Code: Select all

<?php
echo "<LINK REL="StyleSheet" HREF="themes/$ThemeSel/style/style.css" 
?>
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

What is the value of $ThemeSel? Have you searched the Bugs forumon the phpnuke site? Maybe this bug was reported, but then again it could be a setting that you need to adjust locally.
Post Reply