Thread: Restart file
View Single Post
  #3 (permalink)  
Old 03-21-2005, 04:03 PM
EcKs EcKs is offline
Junior Member
 
Join Date: Mar 2005
Posts: 6
Ok im not sure if this will help you but i figured it out on my own site and got everything back to normal. Here is what I did.

and this may vary depending on your host and your ftp access

IF you have ftp access find this path /public_html/then your site name/header.php open this file so that you can edit it. find function head() { and then scroll down until you find these lines. the red is what you need to replace. where it says get_theme. change only what is in the (). this worked for me hope it works for you. GL

$ThemeSel = get_theme("themes/Traditional/theme.php");

include("themes/$ThemeSel/theme.php");

echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";

then upload it back to your ftp. and just overwrite existing header.php

be sure to save the header.php in its natural state before you edit it... that way things dont get anymore f-ed up.
Reply With Quote