top.php

来自「Discuz! v2.5F 简体中文版」· PHP 代码 · 共 18 行

PHP
18
字号
<?php
@header('Content-Type: text/html; charset='.CHARSET);
?>
<html>
<head>
<? include template('css'); ?>
</head>

<body leftmargin="0" topmargin="0">
<table cellspacing="0" cellpadding="2" border="0" width="100%" height="100%" bgcolor="<?=ALTBG2?>">
<tr valign="middle" class="smalltxt">
<td width="33%"><a href="http://www.freediscuz.net" target="_blank">FreeDiscuz!  技术支持</a></td>
<td width="33%" align="center"><a href="http://www.Discuz.net" target="_blank"><?=$lang['header_offical']?></a></td>
<td width="34%" align="right"><a href="index.php" target="_blank"><?=$lang['header_home']?></a></TD>
</tr>
</table>
</body></html>

⌨️ 快捷键说明

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