Changeset 202 for trunk/page.php
- Timestamp:
- Apr 30, 2009, 11:30:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/page.php
r197 r202 172 172 function GetOutput() 173 173 { 174 global $Config; 175 174 176 $Output = $this->Show(); 175 177 $Output = $this->ShowHeader($this->FullTitle, $this->ShortTitle).$Output; 176 178 $Output .= $this->ShowFooter(); 177 //echo($this->FormatOutput($Output));178 e cho($Output);179 if($Config['Web']['FormatHTML'] == true) echo($this->FormatOutput($Output)); 180 else echo($Output); 179 181 } 180 182
Note:
See TracChangeset
for help on using the changeset viewer.