[ Index ] |
|
Code source de phpMyVisites 2.3 |
1 <?php 2 /* 3 * phpMyVisites : website statistics and audience measurements 4 * Copyright (C) 2002 - 2006 5 * http://www.phpmyvisites.net/ 6 * phpMyVisites is free software (license GNU/GPL) 7 * Authors : phpMyVisites team 8 */ 9 10 // $Id: OtherLanguage.class.php 29 2006-08-18 07:35:21Z matthieu_ $ 11 12 13 class OtherLanguage extends Module 14 { 15 16 var $viewTemplate = "common/other_language.tpl"; 17 18 function OtherLanguage() 19 { 20 parent::Module(); 21 } 22 23 function showAll() 24 { 25 if (!$this->isCached()) 26 { 27 $ctrl =& ApplicationController::getInstance(); 28 $o_lang = $ctrl->getLang(); 29 30 $this->tpl->assign("link_doc", array( HREF_DOC_OPEN, HREF_DOC_CLOSE)); 31 $this->tpl->assign("translators_array", $o_lang->getArrayTranslators()); 32 } 33 $this->display(); 34 } 35 } 36 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 14:10:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |