Changeset 586 for trunk/Modules/News/News.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/News.php
r548 r586 26 26 } 27 27 28 function Install() 29 { 30 parent::Install(); 31 } 32 33 function UnInstall() 34 { 35 parent::UnInstall(); 28 function DoInstall() 29 { 30 } 31 32 function DoUnInstall() 33 { 36 34 } 37 35 38 function Start() 39 { 40 parent::Start(); 36 function DoStart() 37 { 41 38 $this->System->RegisterPage('aktuality', 'PageNews'); 42 39 $this->System->FormManager->RegisterClass('News', array(
Note:
See TracChangeset
for help on using the changeset viewer.