00001 <?php 00013 class Page extends Page_Base 00014 { 00018 function Page() 00019 { 00020 // parent constructor 00021 $this->Page_Base(); 00022 00023 $i18n =& Registry::get('pronto:i18n'); 00024 $this->tset('languages', $i18n->get_languages()); 00025 $this->tset('curr_lang', $i18n->get_language()); 00026 } 00027 } 00028 00029 ?>
1.6.1