Changeset 11 for trunk/class/Gui.php


Ignore:
Timestamp:
Jun 19, 2012, 10:26:04 AM (12 years ago)
Author:
maron
Message:

zachytávání zpráv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/Gui.php

    r9 r11  
    1313  private $Language;
    1414
    15   function __construct()
     15  function __construct($User)
    1616  {
    1717    $this->Config = new Config(); 
     
    2323       
    2424        //have to be after inicialization of pages
    25         $this->Feedback();
     25        $this->Feedback($User);
    2626  }
    2727 
     
    3939
    4040//gets feedback from post and get
    41   private function Feedback() {
    42         $this->Messages->GetPost();
    43         $this->Messages->GetGet();
     41  private function Feedback($User) {
     42        $this->Messages->RegMess($User);
    4443        $this->ActivePage = $this->Messages->WhichPage($this->Pages);
    4544  }       
     
    6564'<head>'.
    6665'<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->Config->Web['Charset'].'" />'.
    67 '<meta name="keywords" content="virtualizace, virtuální, server, hosting, webhosting, web" />'.
     66'<meta name="keywords" content="virtualizace, virtuální, server, hosting, webhosting, web, virtualization" />'.
    6867'<meta name="description" content="'.$this->Config->Web['Title'].'" />'.
    6968'<meta name="robots" content="all" />'.
     
    8079    echo('</td>'.
    8180  '</tr><tr>'.
    82   '<td colspan="4" class="page-bottom">Autoři: '.$this->Config->Web['Authors'].' &nbsp; '.$this->Links['SourceCode']->Get().'');
     81  '<td colspan="4" class="page-bottom">'.$this->Language->Texts['autors'].': '.$this->Config->Web['Authors'].' &nbsp; '.$this->Links['SourceCode']->Get().'');
    8382
    8483    echo('</td></tr>');
Note: See TracChangeset for help on using the changeset viewer.