System->Config['Web']['Charset'].'"?>'."\n". ''. ''. ''. ''. ''. ''. ''. ''.$this->System->Config['Web']['Title'].''. ''. ''; $Output .= $Content; $Output .= '
Verze: '.$Revision.' ('.HumanDate($ReleaseTime).')'. '   Zdrojový kód
'; $Output .= ''; return $Output; } function GetOutput(Page $Page): string { $Output = $this->ShowPage($Page->Show()); return $Output; } }