Changeset 209 for trunk/page.php


Ignore:
Timestamp:
May 6, 2009, 7:37:16 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Zobrazení zařízení a spojů pomocí google maps API.
  • Smazáno: Staré nepoužité soubory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/page.php

    r202 r209  
    107107  }
    108108
    109   function ShowHeader($Title, $Path, $BodyParam = '')
     109  function ShowHeader($Title, $Path)
    110110  {
    111111    $ScriptName = $_SERVER['SCRIPT_NAME'];
     
    138138    $Navigation = substr($Navigation, 0, -6);
    139139
     140    $BodyParam = '';
     141    if(isset($this->Load)) $BodyParam .= ' onload="'.$this->Load.'"';
     142    if(isset($this->Unload)) $BodyParam .= ' onunload="'.$this->Unload.'"';
    140143    $Output = '<?xml version="1.0" encoding="'.$this->System->Config['Web']['Charset'].'"?>'."\n".
    141144    '<!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.