Jump to content
xisto Community
Sign in to follow this  
CopperZepher

Php Nuke Header Problem For some people.

Recommended Posts

I read in the Member's Area that swat was having trouble with his header. So I sent him a PM explaining it, and thought why not put it here too.

So if you get and error saying something about your header.php, edit the header file, and find this:

include("themes/$ThemeSel/theme.php");
Go into FTP and find the php-nuke themes folder, and find a theme you want to use. Make sure you use the exact same name in the FTP. So let's say theres a theme called "default". Edit your header file and find the code I put above. Then edit it so it looks like this:
include("themes/default$ThemeSel/theme.php");
replace default with whatever theme is in your folder, it can be any theme. Yes, leave the $ThemeSel after the theme name.
If that doesnt work, I thinkt theres another spot in the header file that looks similar, just put the default thing in there again. Re-upload the header file, and you should be good to go!

Notice from snlildude87:
Accepted. Remember to enclose code in code tags.

Edited by snlildude87 (see edit history)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.