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
echo '<?xml version="1.0" encoding="'. CHARSET. '" xml:lang="'. U_L. '"?>'. END_LINE;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang=" <?php echo U_L; ?>">
<img src=" <?php echo THEME_PUBLIC_PATH; ?>images/logo.png" alt=" <?php echo (SITE_NAME); ?>" />
<h1> <?php echo (SITE_NAME); ?></h1>
</div><!-- End Header -->
<div id="main-container">##BREADCRUMB##
<div id="main"><!-- Begin Page -->
<a href="javascript:self.print();" class="print button" title=" <?php echo _t('divers','print'); ?>"><span> <?php echo _t('divers','print'); ?></span></a>
</div> <!-- 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>
<a href="../admin/index.php" title=" <?php echo _t('header','title');?>"> <?php echo _t('header','title');?></a>
<?php if(isset ($Dbg)) $Dbg->display(); ?>
|