Thread: New Page errors
View Single Post
  #3  
Old 11-28-2010, 08:16 PM
HIddenPanda's Avatar
HIddenPanda HIddenPanda is offline
I Am... Da Sheep
 
Join Date: Jul 2010
Posts: 52
Gender: Male
Credits: 5,527
HIddenPanda
Default RE: New Page errors

In the Headers of the file replace
PHP Code:
$themeurl grabanysetting("themeurl"); 
with
PHP Code:
$themeurl '..\\' grabanysetting("themeurl"); 
That should fix your problem
Reply With Quote