bottom.tpl.php

来自「a short sketch about linux syntex lines.」· PHP 代码 · 共 25 行

PHP
25
字号
<table width="960" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="35" align="center"><span class="in_font">友情链接:</span>
    <!--{vodcms:rs=flink}-->
    <a href="<?php echo $rs['url'];?>" target="_blank" title="<?php echo $rs['description'];?>"><?php echo $rs['sitename'];?></a>&nbsp; |
    <!--{/vodcms}--></td>
  </tr>
  <tr>
    <td><table width="100%" height="31" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="5"><img src="images/index/index_18.jpg" width="5" height="31" /></td>
        <td align="center" bgcolor="#000000"><img src="images/index/index_18_2.jpg" width="257" height="9" /></td>
        <td width="5"><img src="images/index/index_18_1.jpg" width="5" height="31" /></td>
      </tr>
    </table></td>
  </tr>
</table>
<div style="display:none">
<?php echo $this->config['tj'];?>
</div>
<!--更新用户在线-->
<script src="<?php echo $this->installdir;?>?mod=member&action=online"></script>
</body>
</html>

⌨️ 快捷键说明

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