[ Index ]

PHP Cross Reference of osCMax 2.0.4

title

Body

[close]

/install/templates/ -> main_page.php (source)

   1  <?php
   2  /*

   3  $Id: main_page.php 3 2006-05-27 04:59:07Z user $

   4  

   5    osCMax Power E-Commerce

   6    http://oscdox.com

   7  

   8    Copyright 2008 osCMax

   9  

  10    Released under the GNU General Public License

  11  */
  12  ?>
  13  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  14  
  15  <html>
  16  
  17  <head>
  18  
  19  <title>osCMax, osCommerce with teeth!</title>
  20  
  21  <meta name="robots" content="noindex,nofollow">
  22  
  23  <link rel="stylesheet" type="text/css" href="templates/main_page/stylesheet.css">
  24  
  25  <link rel="stylesheet" type="text/css" href="ext/niftycorners/niftyCorners.css">
  26  <script type="text/javascript" src="ext/niftycorners/nifty.js"></script>
  27  
  28  </head>
  29  
  30  <body>
  31  
  32  <div id="pageHeader">
  33    <div>
  34      <div style="float: right; padding-top: 40px; padding-right: 15px; color: #000000; font-weight: bold;"><a href="http://www.oscmax.com" target="_blank">osCMax Website</a> &nbsp;|&nbsp; <a href="http://www.osCMax.com/forums" target="_blank">Support</a> &nbsp;|&nbsp; <a href="http://www.osCMax.com/book" target="_blank">Documentation</a></div>
  35  
  36      <a href="index.php"><img src="images/oscmax-logo.png" border="0" width="85" height="80" title="osCMax Power E-Commerce <?php echo PROJECT_VERSION; ?>" style="margin: 10px 10px 0px 10px;" /></a>
  37    </div>
  38  </div>
  39  
  40  <script type="text/javascript">
  41  <!--
  42    if (NiftyCheck()) {
  43      Rounded("div#pageHeader", "all", "#FFFFFF", "#f7f7f5", "smooth border #b3b6b0");
  44    }
  45  //-->

  46  </script>
  47  
  48  <div id="pageContent">
  49  <?php require('templates/pages/' . $page_contents); ?>
  50  </div>
  51  
  52  <div id="pageFooter">
  53      Copyright &copy; 2000-<?php echo date("Y"); ?> <a href="http://www.osCMax.com" target="_blank">osCMax</a> <br />osCMax provides no warranty and is redistributable under the <a href="http://www.fsf.org/licenses/gpl.txt" target="_blank">GNU General Public License</a>
  54  </div>
  55  
  56  </body>
  57  
  58  </html>


Generated: Fri Jan 1 13:43:16 2010 Cross-referenced by PHPXref 0.7