⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 强大的PHP内容管理系统尽量不要让站长把时间都花费在为您修正说明上。压缩包解压
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -