Ignore:
Timestamp:
Feb 4, 2016, 5:03:08 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Page javascript script was not loaded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/View.php

    r791 r796  
    7979
    8080    $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.'"';
    8383    $Output = '<?xml version="1.0" encoding="'.$this->Encoding.'"?>'."\n".
    8484    '<!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.