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

📄 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="725" cellpadding="0" cellspacing="0">
<tr>
         <td><div class="clubtvktop"><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo "$GLOBALS[cur_template]"; ?>/images/spacer.png" width="1" height="1" alt="" /></div></td>
</tr>
<tr>
         <td><h1>ClubTVK - </h1><br /><h2>Make a Joomla Template in 5 Easy Steps - A Beginners Guide</h2></td>
</tr>
<tr>
         <td><div class="clubtvktext"><?php mosLoadModules ( 'user1', -1 ); ?></div></td>
</tr>
<tr>
         <td><div class="clubtvktop_menu"><?php mosLoadModules ( 'user2' ); ?></div></td>
</tr>
<tr>
         <td><table width="100%" cellpadding="0" cellspacing="0">
<tr>
         <td valign="top"><div class="clubtvkmbody"><?php mosMainBody(); ?></div></td>
         <td valign="top" width="125"><div class="clubtvkmenu"><?php mosLoadModules ( 'left' ); ?></div></td>
</tr>
</table></td>
</tr>
<tr>
         <td><div class="clubtvkoptional"><?php mosLoadModules ( 'user3', -1 ); ?></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 + -