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

📄 index.php

📁 Jomla template for make web programing
💻 PHP
字号:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
</head>
<body>
<table align="center" width="700" cellpadding="0" cellspacing="0">
<tr>
         <td><h1><?php echo $mosConfig_sitename; ?></h1></td>
</tr>
<tr>
         <td><table width="100%" cellpadding="0" cellspacing="0">
<tr>
         <td valign="top"><div class="duftopmenu"><?php mosLoadModules ( 'user1' ); ?></div></td>
         <td valign="top"><?php mosLoadModules ( 'user2' ); ?></td>
</tr>
</table></td>
</tr>
<tr>
         <td><table width="100%" cellpadding="0" cellspacing="0">
<tr>
         <td valign="top"><div class="duflogin"><?php mosLoadModules ( 'user3' ); ?></div></td>
         <td valign="top"><?php mosLoadModules ( 'user4' ); ?></td>
         <td valign="top"><?php mosLoadModules ( 'user5' ); ?></td>
</tr>
</table></td>
</tr>
<tr>
         <td><div id="pathway_text"><?php mosPathWay(); ?></div></td>
</tr>
<tr>
		 <td>
		 <table width="100%" cellpadding="0" cellspacing="0">
			<tr>
         		<td width="200px" valign="top"><div class="dufleft"><?php mosLoadModules ( 'left' ); ?></div></td>
         		<td valign="top"><?php mosMainBody(); ?></td>
			</tr>
		</table>
		</td>
</tr>
<tr>
         <td><div class="dufoptional"><?php mosLoadModules ( 'user6' ); ?></div></td>
</tr>
<tr>
         <td><?php include_once('includes/footer.php'); ?></td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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