Changeset 862 for trunk/Modules
- Timestamp:
- Jan 22, 2016, 4:49:21 PM (9 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r859 r862 705 705 $DbRow = $DbResult->fetch_row(); 706 706 $PageList = GetPageList($DbRow[0]); 707 $Output = '<h3>'.T('Statistic of co plection selected groups').'</h3>'.707 $Output = '<h3>'.T('Statistic of completion selected groups').'</h3>'. 708 708 $PageList['Output']; 709 709 -
trunk/Modules/News/News.php
r854 r862 25 25 $this->RegisterRSS(array('Title' => T('News'), 'Channel' => 'news', 26 26 'Callback' => array('PageNews', 'ShowRSS'), 'Permission' => LICENCE_ANONYMOUS)); 27 $this->System->RegisterPageHeader('New', array($this, 'ShowRSSHeader')); 27 28 } 28 29
Note:
See TracChangeset
for help on using the changeset viewer.