Просмотр файла Toonel_Black/foot.php

Размер файла: 2.18Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#
#          ********* WAP-MOTORS Style *********       #
#              Made by  :  Vertuoz                    #
#                 Site  :  http://05dag.ru            #
#                  ICQ  :  369-902-212                #
#-----------------------------------------------------#
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 width="620" 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>
  <tr>
    <td colspan="3" class="ftexttd">';
    
    
echo '<div align="center">';
require_once BASEDIR."template/counters.php";  
echo'</div>';

echo '</td>
  </tr>
  <tr>
  
  
    <td valign="top" class="footer_left"></td>
    
    
    <td align="center" valign="top" class="fbottom">';
    	
    	echo'<div align="center"><a href="'.$config_home.'/?'.SID.'">'.$config_copy.'</a></div>';
  	
    	echo'</td>
    <td valign="top" class="footer_right"></td>
  </tr>
</table>';
		
		
echo '<div align="center" id="down">';

require_once BASEDIR."template/session.php";
if($config_generics=="1"){require_once BASEDIR."template/generic.php";}
require_once BASEDIR."template/gzip_foot.php";


echo '<a href="http://05dag.ru">Design by Vertuoz</a>';
echo '</div>';
echo'<!--'.$motor_version.' version-->';
echo'</body></html>';
ob_end_flush();
exit;
?>