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

Source for file language.php

Documentation is available at language.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. include_once('../class/system/class.language.php')
  11. //////////// Check Inclusion de pages //////////// 
  12. if (!function_exists('AuthenthificationProcess')) {
  13.     include_once ("../lib/lib_common.php");
  14.     ReloadIndex('admin');
  15. }
  16.  
  17. $language new language();
  18. $link_lang=$rub_link."&amp;todo=lang&amp;action=";
  19. ?>
  20. <div id="chemin">
  21.     <ul>
  22.         <li>
  23.             <a href="index.php" class="chemin_home"><?php echo _t('way','home'?></a>
  24.         </li>
  25.         <li>
  26.                <a href="<?php echo $rub_link?>" id="chemin_<? echo $rub?>" class="chemin_rub">
  27.             <?php echo _t('menu','tools')?>
  28.             </a>
  29.         </li>
  30.         <li>
  31.             <?php echo _t('tools','language_scan')?>
  32.         </li>
  33.     </ul>
  34. </div>
  35.   <!--end barre haute -->
  36. <?php include_once(THEME_ADMIN_PATH."quickicons.php")?>
  37. <div class="contentcontainer">
  38. <?php include_once($dir "/menurub.php");?>
  39. <div id="content">
  40.     
  41.     <div id="rebuild_lang">
  42.       <h2><?php echo _t('tools','language_result')?></h2>
  43.       <h3><?php echo _t('tools','language_result2')?></h3>
  44.       <div class="tools_execute">
  45.       <?php 
  46.       echo $language->scan("/")
  47.       ?>
  48.       </div>
  49.     </div>
  50.  
  51. </div>
  52. <?php include_once($dir "/help.php");?>
  53. </div>

Documentation generated on Fri, 16 Oct 2009 09:34:29 +0200 by phpDocumentor 1.4.1