Changeset 806 for trunk/Modules/Translation/Translation.php
- Timestamp:
- May 25, 2014, 12:14:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Translation/Translation.php
r765 r806 6 6 include_once(dirname(__FILE__).'/TranslationList.php'); 7 7 include_once(dirname(__FILE__).'/Progress.php'); 8 include_once(dirname(__FILE__).'/LoadNames.php'); 8 9 9 10 class ModuleTranslation extends AppModule … … 29 30 $this->System->RegisterPage('progress', 'PageProgress'); 30 31 $this->System->RegisterPage('TranslationList.php', 'PageTranslationList'); 32 $this->System->RegisterPage('LoadNames.php', 'PageLoadNames'); 31 33 $this->System->ModuleManager->Modules['News']->RegisterRSS(array('Title' => T('Last translations'), 32 34 'Channel' => 'translation', 'Callback' => array($this, 'ShowRSS'), 'Permission' => LICENCE_ANONYMOUS));
Note:
See TracChangeset
for help on using the changeset viewer.