Changeset 796 for trunk/Application/View.php
- Timestamp:
- Feb 4, 2016, 5:03:08 PM (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Application/View.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Application/View.phpr791 r796 79 79 80 80 $BodyParam = ''; 81 if(isset($ this->Load)) $BodyParam .= ' onload="'.$this->Load.'"';82 if(isset($ this->Unload)) $BodyParam .= ' onunload="'.$this->Unload.'"';81 if(isset($Page->Load)) $BodyParam .= ' onload="'.$Page->Load.'"'; 82 if(isset($Page->Unload)) $BodyParam .= ' onunload="'.$Page->Unload.'"'; 83 83 $Output = '<?xml version="1.0" encoding="'.$this->Encoding.'"?>'."\n". 84 84 '<!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.
  
