Changeset 791 for trunk/Application/View.php
- Timestamp:
- Jan 22, 2016, 5:31:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View.php
r783 r791 88 88 '<script type="text/javascript" src="'.$this->System->Link('/style/').$this->Style.'/global.js"></script>'. 89 89 '<title>'.$this->System->Config['Web']['Title'].' - '.$Path.'</title>'; 90 $Output .= $this->System->ModuleManager->Modules['RSS']->ShowRSSHeader(); 90 91 // Show page headers 92 $Bar = ''; 93 foreach($this->System->PageHeaders as $Item) 94 $Output .= call_user_func($Item); 95 91 96 $Output .= '</head><body'.$BodyParam.'>'; 92 97 if($this->BasicHTML == false)
Note:
See TracChangeset
for help on using the changeset viewer.