📄 header.php
字号:
<? include ("./includes/common_header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<META name="author" content="domain.com">
<META name="copyright" CONTENT="Copyright, domain.com. All rights reserved">
<META name="robots" CONTENT="index, follow">
<META name="revisit-after" content="7 days">
<META http-equiv="Content-Type" content="text/html; charset=<? echo"$def_charset"; ?>">
<? echo "$def_style"; ?>
<title>
<? title ($incomingline); ?>
</title>
<? include ("./includes/js.php"); ?>
</head>
<body>
<table width="100%" cellspacing="0" class="bodyborder" cellpadding="0" border="0">
<tr>
<td valign="top" align="left" width="100%">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="100%" align="left" valign="top">
<? include ("./includes/top_line.php"); ?>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="50%" align="left" valign="top">
<img src="<? echo "$def_mainlocation/template/$def_template/images/"; ?>logo.gif" border="0" alt=""><br>
</td>
<td width="50%" align="right" valign="top">
<img src="<? echo "$def_mainlocation/template/$def_template/images/"; ?>title.gif" border="0" alt=""><br>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="middle" align="left" width="100%" bgcolor="<? echo "$def_help_background"; ?>">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" align="center" width="20%">
<? include ( "./menu.inc" ); ?>
<? if ( $def_banner2_allowed == "YES" ) include ("./banner.php"); ?>
<? if ($def_top_categories_show == "YES") include ("./topcats.php"); ?>
<? if ($def_last10show == "YES") include ("./last.php"); ?>
<br />
</td>
<td valign="top" align="center" width="60%" bgcolor="<?php echo "$def_background"; ?>">
<?php
// TOP BANNER CODE
if (( $def_banner_allowed == "YES" ) and ($show_banner != "NO"))
{
?>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="middle" align="center" width="100%">
<?php
$banner_type="top";
include ( "./banner.php" ); ?>
</td>
</tr>
</table>
<?php
}
?>
<!-- HEADER END -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -