hata kodları

header

40<?php if ($description) { ?> 
41<meta name="description" content="<?php echo $description; ?>" /> 
42<?php } ?> 
43<base href="<?php echo $base; ?>" /> 
44<?php if ($icon) { ?> 
45<link href="image/<?php echo $icon; ?>" rel="icon" /> 
46<?php } ?> 
47<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/stylesheet.css" /> 
48<!--[if lt IE 7]> 
49<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie6.css" /> 
50<script type="text/javascript" src="catalog/view/javascript/unitpngfix/unitpngfix.js"></script> 
51<![endif]-->

52 <script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.3.2.min.js"></script> 
53<script type="text/javascript" src="catalog/view/javascript/jquery/thickbox/thickbox-compressed.js"></script> 
54<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" /> 
55<script type="text/javascript" src="catalog/view/javascript/jquery/tab.js"></script> 
56<script> 
 57(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 
58 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 
59 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 
 60})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 
 

footer

1<div id="footer"> 
2<div class="div2"></br><?php echo $text_powered_by; ?></div> 
3 </div> 
4</div> 
5</body></html>