Changeset 209 for trunk/page.php
- Timestamp:
- May 6, 2009, 7:37:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/page.php
r202 r209 107 107 } 108 108 109 function ShowHeader($Title, $Path , $BodyParam = '')109 function ShowHeader($Title, $Path) 110 110 { 111 111 $ScriptName = $_SERVER['SCRIPT_NAME']; … … 138 138 $Navigation = substr($Navigation, 0, -6); 139 139 140 $BodyParam = ''; 141 if(isset($this->Load)) $BodyParam .= ' onload="'.$this->Load.'"'; 142 if(isset($this->Unload)) $BodyParam .= ' onunload="'.$this->Unload.'"'; 140 143 $Output = '<?xml version="1.0" encoding="'.$this->System->Config['Web']['Charset'].'"?>'."\n". 141 144 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'.
Note:
See TracChangeset
for help on using the changeset viewer.