View Single Post
  #2  
Old 12-06-2012, 02:22 PM
powerchaos's Avatar
powerchaos powerchaos is offline
WebMaster
 
Join Date: May 2008
Posts: 130
Gender: Male
Credits: 10,148
powerchaos
Send a message via AIM to powerchaos Send a message via MSN to powerchaos
Default

probaly you can fix it by going to that line and see if a closing tag is missing

so far i can see it only includes a JS script ( javascript ) and are the tags closed like they need to be

maybe i see the problem

do you got short tags enabled or disabled ??

if disabled then use this change

open the file
search for this text
Code:
<? 
}

?>
and change it to
PHP Code:
<?php
}

?>
as you see , i added the text "php" after the first tag , so the script reconise it as a php script

let me know if that works

Greetings From PowerChaos
Reply With Quote