Source for file footer_content.php
Documentation is available at footer_content.php
* @package linea21.templates
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
<div class="info"> <?php echo _t('help','contact');?> : <a
href=" <?php echo SUPPORT_LINEA ;?>"
title=" <?php echo SUPPORT_LINEA ;?>"> <?php echo _t('help','support');?></a></div>
<p> <?php echo _t('divers','version');?><br />
<a href=" <?php echo SITE_LINEA_URL ;?>"
title=" <?php echo SITE_LINEA_URL ;?>" class="out"> <?php echo SITE_LINEA_NAME ;?></a>,
<?php printf(_t('divers','licence'), 'GNU GPL v3') ?></p>
|