View file themes/toonel/foot.php

File size: 1.66Kb
<?php
#-----------------------------------------------------#
#          ********* RotorCMS *********               #
#              Made by  :  VANTUZ                     #
#               E-mail  :  [email protected]         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#        для его дальнейшего распространения          #
#-----------------------------------------------------#
echo '</div>  
	
</td><td class="right_mid">&nbsp;</td></tr>
  <tr>
    <td align="left" valign="top" class="lefbot"></td>
    <td class="borbottom"></td>
    <td align="right" valign="top" class="rightbot"></td>
  </tr>
</table>';

echo '<table class="tab2" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="120" valign="top" class="fottopleft"></td>
    <td class="ftop"></td>
    <td width="120" valign="top" class="fottopright"></td>
  </tr>';

echo '<tr>
 <td align="center" colspan="3" class="ftexttd">';

require_once BASEDIR."includes/counters.php";
echo '<a href="'.$config['home'].'/?'.SID.'">'.$config['copy'].'</a>';

echo '</td></tr>';

echo '<tr>
    <td valign="top" class="footer_left"></td>
    <td valign="top" class="fbottom"></td>
		<td valign="top" class="footer_right"></td>
    </tr>
</table>';

echo '<table class="tab2" align="center">
       <tr>
         <td align="center">';

require_once BASEDIR."includes/footer.php";

echo '</td></tr></table>';
echo'</body></html>';
?>