Changeset 479 for trunk/Common/Page.php
- Timestamp:
- Feb 5, 2013, 9:45:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Page.php
r473 r479 185 185 $Output = $this->ShowHeader($this->FullTitle, $this->ShortTitle).$Output; 186 186 $Output .= $this->ShowFooter(); 187 if($this->FormatHTML == true) echo($this->FormatOutput($Output));187 if($this->FormatHTML == true) $Output = $this->FormatOutput($Output); 188 188 } 189 189 echo($Output);
Note:
See TracChangeset
for help on using the changeset viewer.