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

Source for file list.php

Documentation is available at list.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage tools
  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. //////////// Check Inclusion de pages //////////// 
  12. if (!function_exists('AuthenthificationProcess')) {
  13.     include_once ("../lib/lib_common.php");
  14.     ReloadIndex('admin');
  15. }
  16. /*
  17. $config_file = new config_file;
  18. $config_file->__construct($GLOBALS['authorized_release_sections'],$GLOBALS['authorized_db_sections'],$GLOBALS['authorized_theme_sections']);
  19. $config_file->loadParams();
  20. */
  21. //$link_mod=$rub_link."&amp;todo=mod&amp;type=";
  22. $link_language=$rub_link."&amp;todo=language&amp;action=";
  23. ?>
  24. <div id="chemin">
  25.     <ul>
  26.         <li>
  27.             <a href="index.php" class="chemin_home"><?php echo _t('way','home'?></a>
  28.         </li>
  29.         <li>
  30.                <a href="<?php echo $rub_link?>" id="chemin_<? echo $rub?>" class="chemin_rub">
  31.             <?php echo _t('menu','tools')?>
  32.             </a>
  33.         </li>
  34.     </ul>
  35. </div>
  36.   <!--end barre haute -->
  37. <?php include_once(THEME_ADMIN_PATH."quickicons.php")?>
  38. <div class="contentcontainer">
  39. <?php include_once($dir "/menurub.php");?>
  40. <div id="content">
  41.     
  42.     <div id="rebuild_lang">
  43.       <h2><?php echo _t('tools','language_scan')?></h2>
  44.       <?php echo ("<a href=\"".$link_language."execute\" title=\""._t('tools','language_scan')."\">"._t('tools','language_scan')."</a>")?>
  45.     </div>
  46.  
  47. </div>
  48. <?php include_once($dir "/help.php");?>
  49. </div>

Documentation generated on Fri, 16 Oct 2009 09:35:59 +0200 by phpDocumentor 1.4.1