📄 footer.php
字号:
<!-- FOOTER -->
</td>
<td valign="top" align="center" width="20%">
<? include ("./help.php"); ?>
<? if ( $def_banner2_allowed == "YES" ) include ("./banner.php"); ?>
<? if ($def_featured_show == "YES") include("./featured.php"); ?>
<? if ($def_top10show == "YES") include("./top.php"); ?>
<br />
</td>
</tr>
</table>
<br />
<br />
</td>
</tr>
<tr>
<td width="100%" height="1" bgcolor=#DADADA>
<img src="<? echo "$def_mainlocation/template/$def_template/images/"; ?>pixel.gif" alt=""><br>
</td>
</tr>
<tr>
<td colspan=3 width="100%" >
<div align=center>
<br />
(v. <?php $version = file("./version"); echo $version[0]; ?>)
All Rights Reserved.
<br /> <br />
All logos and trademarks in this site are property
of their respective owners.
<br />
<br />
<? include ("./options.php"); ?>
<? include ("./debug.php"); ?>
</div>
</td>
</tr>
</table>
</body>
</html>
<?php include ("./includes/common_footer.php"); ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -