Thread: Forums Help
View Single Post
Old
  (#5 (permalink))
chatserv
Moderator
 
Status: Offline
Posts: 338
Join Date: Jan 2003
08-11-2003, 09:56 PM

Remember you need to add the $name variable to the themeheader function's global line:
i.e. function themeheader() {
global $user, $banners, $sitename, $slogan, $cookie, $prefix, $dbi;

should be changed to:
function themeheader() {
global $user, $banners, $sitename, $slogan, $cookie, $prefix, $name, $dbi;
   
Reply With Quote