Changeset 791 for trunk/Application/View.php
- Timestamp:
- Jan 22, 2016, 5:31:05 PM (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Application/View.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Application/View.phpr783 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.
  
