footer.tpl.php

来自「用PHP和MSSQL开发的sspace商城系统」· PHP 代码 · 共 22 行

PHP
22
字号
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?></td>
</tr>
</table>
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="210" align="center" valign="top" background="<?=$default_url?>images/<?=IMGDIR?>/footbg.gif">
	
	  <table width="778" height="201"  border="0" cellpadding="0" cellspacing="0" class="tableborder_between">
      <tr align="right" valign="bottom">
        <td height="27" colspan="3"><a href="#top"><img src="<?=$default_url?>images/<?=IMGDIR?>/totop.gif" width="35" height="20" border="0"></a><a href="<?=$default_url?>index.php"><img src="<?=$default_url?>images/<?=IMGDIR?>/tohome.gif" width="46" height="20" border="0"></a>&nbsp;</td>
      </tr>
      <tr>
        <td width="25"><img src="<?=$default_url?>images/<?=IMGDIR?>/logo.gif"></td>
        <td width="1%"><img src="<?=$default_url?>images/<?=IMGDIR?>/footline.gif"></td>
		<td width="74%"><a href="mailto:<?=$adminemail?>">联系我们</a> - <a href="http://www.wan-e.net" target="_blank">皖易网络科技</a> <br><br>Powered by wan-e.net inc (c) 2004-2005 <a href="http://www.wan-e.net" target="_blank">皖易网络科技</a> All rights reserved .</td>
      </tr>
    </table>
	</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?