[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/templates/waterandstone_greenandblack/ -> index.php (source)

   1  <!--IE 7 quirks mode please-->
   2  <?php
   3  defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
   4  // needed to seperate the ISO number from the language file constant _ISO

   5  $iso = explode( '=', _ISO );
   6  ?>
   7  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   8  <html xmlns="http://www.w3.org/1999/xhtml">
   9  <head>
  10  <?php mosShowHead(); ?>
  11  <?php
  12  if ( $my->id ) {
  13      initEditor();
  14  }
  15  ?>
  16  <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
  17  <link href="<?php echo $mosConfig_live_site;?>/templates/waterandstone_greenandblack/css/template_css.css" rel="stylesheet" type="text/css"/>
  18  </head>
  19  <body class="waterbody">
  20  
  21  <div align="center">
  22  <div id="container">
  23      <div id="containerbg">
  24          <div id="outerleft">
  25              <!-- start logo -->
  26              <div id="logo">
  27                <a href="index.php"><img src="<?php echo $mosConfig_live_site; ?>/templates/waterandstone_greenandblack/images/logo.gif" alt="logo image" border="0" align="top" /></a>
  28              </div>
  29              <!-- end logo -->
  30              <!-- start top menu -->
  31              <div id="topmenu">
  32              <?php mosLoadModules('top',-1); ?>
  33              </div>
  34              <!-- end top menu.  -->
  35              <!-- start image header -->
  36              <div id="imgheader">
  37              <img src="<?php echo $mosConfig_live_site; ?>/templates/waterandstone_greenandblack/images/img_header.jpg" alt="header image" />
  38              </div>
  39              <!-- end image header -->
  40              <div id="container_inner">
  41                  <!-- start left column. -->
  42                  <div id="leftcol">
  43                  <?php mosLoadModules('left'); ?>
  44                  </div>
  45                  <div id="leftcolmenu">
  46                  <?php mosLoadModules('user1'); ?>
  47                  </div>
  48                  <!-- end left column. -->
  49                  <!-- start content top wrapper -->
  50                  <?php
  51                  if (mosCountModules('user2') >= 1 OR mosCountModules('user3') >= 1 ) {
  52                  ?>
  53                  <div id="content_top_wrapper">
  54                      <!-- start content top 1.  -->
  55                      <div id="content_top1">
  56                      <?php mosLoadModules('user2'); ?>
  57                      </div>
  58                      <!-- end content top 1 -->
  59                      <!-- start content top 2.  -->
  60                      <div id="content_top2">
  61                      <?php mosLoadModules('user3'); ?>
  62                      </div>
  63                      <!-- end content top 2 -->
  64                  </div>
  65                  <?php
  66                  }
  67                  ?>
  68                  <!-- end content top wrapper -->
  69                  <!-- start main body -->
  70                  <div id="content_main">
  71                      <?php mosPathWay(); ?>
  72                      <table width="519" border="0" cellspacing="0" cellpadding="0">
  73                        <tr>
  74                          <td>
  75                          <?php mosMainBody(); ?>
  76                          </td>
  77                        </tr>
  78                      </table>
  79                  </div>
  80                  <!-- end main body -->
  81              </div>
  82          </div>
  83          <div id="outerright">
  84              <!-- start right top header.  -->
  85              <div id="rightcol_top">
  86              <?php mosLoadModules('header'); ?>
  87              </div>
  88              <!-- end right top header.-->
  89              <!-- start right column. -->
  90              <div id="rightcol">
  91              <?php mosLoadModules('newsflash'); ?>
  92              <?php mosLoadModules('right'); ?>
  93              <?php mosLoadModules('user4'); ?>
  94              </div>
  95              <!-- end right column. -->
  96          </div>
  97          
  98          <div class="clear">
  99          </div>
 100          <?php
 101          if (mosCountModules('banner') >= 1) {
 102          ?>
 103              <!-- start banner.  -->
 104              <div id="banner">
 105              <?php mosLoadModules('banner'); ?>
 106              </div>
 107              <!-- end banner. -->
 108          <?php
 109          }
 110          ?>
 111          
 112          <div id="blackline">
 113          </div>
 114          <div class="clear">
 115          </div>
 116          <div id="bottompadding"></div>
 117      </div>
 118      <!-- copyright notice -->
 119      <div id="copyright">
 120      <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
 121      </div>
 122  
 123  </div>
 124  </div>
 125  
 126  <?php mosLoadModules('debug', -1);?>
 127  </body>
 128  </html>