Changeset 893 for trunk/Modules/Portal
- Timestamp:
- Jan 4, 2021, 9:55:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r887 r893 14 14 $this->Description = 'Community portal.'; 15 15 $this->Dependencies = array('News', 'User'); 16 }17 18 function DoInstall(): void19 {20 }21 22 function DoUninstall(): void23 {24 16 } 25 17 … … 43 35 )); 44 36 ModuleUser::Cast($this->System->GetModule('User'))->UserPanel[] = array('PagePortal', 'UserPanel'); 45 }46 47 function DoStop(): void48 {49 37 } 50 38 }
Note:
See TracChangeset
for help on using the changeset viewer.