I have no idea why a ?> appears on the top of all my pages... Even in the admin area..
U can see under http://www.alteabuilders.com
It appears just after the body tag opens...
What files are loaded before here?
The top of my template looks like this:
Code: Select all
{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_parent}" lang="{$lang_parent} >
<head>
{metadata}
{stylesheet}
{literal}
<!--[if IE 7]>
<style type="text/css">
html.slide{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->
{/literal}
<__script__ type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></__script>
<__script__ type="text/javascript" src="uploads/Freshmedia/scrolltopcontrol.js"></__script>
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
<title>{sitename} - {title}</title>
</head>
</__body>
<!-- wrap starts here -->
<div id="wrap">
{* start accessibility skip links *}
<ul class="accessibility">
<li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>
<li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>
</ul>
{* end accessibility skip links *}
<hr class="accessibility" />
{* Horizontal ruler that is hidden for visual browsers by CSS *}
<!-- wrap starts here -->
<div id="wrap-out"><div id="wrap">