Tüm Sayfalarda göstermek için
index.template de bunu bulun


	// The main content should go here.
	echo '
	<div id="bodyarea"  style="padding: 1ex 0px 2ex 0px;">';
}


ve hemen öncesine ekleyin.


	echo '
<br>
	<table border="0"  width="100%" class="tborder" cellspacing="' , ($context['browser']['is_ie'] ||  $context['browser']['is_opera6']) ? '1' : '0' , '" cellpadding="4"  style="margin-bottom: 2ex;">
		<tr>
			<td  class="catbg">Reklamlar</td>		
</tr>
		<tr>
			<td  valign="middle" align="center" height="60">';
echo'

Reklam kodu  buraya koyulacak.

</table>';