News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Help Correct this template pass error

Started by odofincaleb, December 18, 2008, 02:56:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

odofincaleb

Parse error: syntax error, unexpected '<' in .../Themes/extreme61/index.template.php on line 175

166:
167:             document.getElementById("upshrinkHeaderIC").style.display = mode ? "none" : "";
168:
169:             current_header_ic = mode;
170:          }
171:       // ]]></script>';
172: echo '
173: </head>
174: <body>';   //Display ads on the top of the page   if (function_exists("show_topofpageAds"))    {      $ads = show_topofpageAds();         if(!empty($ads))         if($ads['type']==0)            echo $ads['content'];         else            eval($ads['content']);         unset($ads);    }echo '     <div id="sag1">

175:   <div id="sol1">

176:    <div id="alt1">
177:     <div id="altsag1">
178:      <div id="altsol1">
179:    <div id="ust1">



ccbtimewiz

Get rid of this:

//Display ads on the top of the page