index.php

来自「强大的PHP内容管理系统尽量不要让站长把时间都花费在为您修正说明上。压缩包解压」· PHP 代码 · 共 20 行

PHP
20
字号
<?php 
require_once(dirname(__FILE__)."/config.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><?php echo $cfg_softname." ".$cfg_version?></title>
</head>
	<frameset rows="76,*" cols="*" frameborder="no" border="0" framespacing="0" >
		<frame src="index_top.php" name="topFrame" id="topFrame" scrolling="no" noresize>
		<frameset cols="176,*" name="bodyFrame" id="bodyFrame" frameborder="no" border="0" framespacing="0"  >
			<frame src="index_menu.php?c=9" name="menu" id="menu" scrolling="auto" noresize>
			<frame src="index_body.php" name="main" id="main" scrolling="auto" noresize>
		</frameset>
	</frameset>
	<noframes>
		<body>你的浏览器不支持框架!</body>
	</noframes>
</html>

⌨️ 快捷键说明

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