Source for file index.php
Documentation is available at index.php
* @package linea21.templates
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
<!--[if lt IE 7 ]><html class="ie ie6" lang=" <?php echo U_L; ?>"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang=" <?php echo U_L; ?>"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang=" <?php echo U_L; ?>"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang=" <?php echo U_L; ?>"> <!--<![endif]-->
<img src=" <?php echo THEME_PUBLIC_PATH; ?>images/logo.png" alt=" <?php echo (SITE_NAME); ?>" />
<h1> <?php echo (SITE_NAME); ?></h1>
</header><!-- End Header -->
<div id="main-container">##BREADCRUMB##
<div id="main"><!-- Begin Page -->
<a href="javascript:self.print();" class="button" title=" <?php echo _t('divers','print'); ?>"><span> <?php echo _t('divers','print'); ?></span></a>
</aside><!-- End Sidebar -->
</div> <!-- End Content -->
<p>Linea21 (v <?php echo LINEA_VERSION; ?>), <?php printf(_t('divers','licence') ,'<a href="http://opensource.org/licenses/gpl-3.0.html" title="GNU GPL v3" class="out">GNU GPL v3</a>'); ?></p>
<?php if(isset ($_SESSION['authenticated']) && !$l21auth->isSimpleUser()) { ?>
<a href="../admin/index.php" title=" <?php echo _t('header','title');?>"> <?php echo _t('header','title');?></a>
<?php if(isset ($Dbg)) $Dbg->display(); ?>
|