Changeset 811 for trunk/includes/system.php
- Timestamp:
- May 28, 2014, 11:00:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r809 r811 250 250 and method_exists($this->OnPageNotFound[0], $this->OnPageNotFound[1])) 251 251 $Output = $this->BaseView->ShowPage(call_user_func_array($this->OnPageNotFound, array())); 252 else 252 else 253 253 { 254 254 $Output = $this->PageNotFound(); … … 452 452 { 453 453 $Output = $this->ShowHeader().$Content.$this->ShowFooter(); 454 if($this->System->Config['Web']['FormatOutput']) 454 if($this->System->Config['Web']['FormatOutput']) 455 455 $Output = $this->FormatOutput($Output); 456 456 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.