linea21-templates
[ class tree: linea21-templates ] [ index: linea21-templates ] [ all elements ]

Source for file quickicons.php

Documentation is available at quickicons.php

  1. <?php
  2. /**
  3.  * @package linea21.templates
  4.  * @subpackage admin
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. /**
  12.  * Quick icons - On the top/right
  13.  
  14.  <div id="icone">
  15.  <a href="search.php?rub=home" title="<?php echo _t('menu','search'); ?>" class="ico_search2"></a>
  16.  <a href="mailto:<?php echo MAIL_ADMIN_LINEA; ?>" title="<?php echo MAIL_ADMIN_LINEA; ?>" class="ico_mail2"></a>
  17.  <a href="../public/index.php" title="<?php echo _t('divers','back_public'); ?>" class="ico_earth2"></a>
  18.  </div>
  19.  */
  20. ?>

Documentation generated on Thu, 03 May 2012 15:07:29 +0200 by phpDocumentor 1.4.1