Changeset 9 for trunk/class/PageHome.php


Ignore:
Timestamp:
Jun 14, 2012, 12:04:49 AM (12 years ago)
Author:
maron
Message:

přidání odkazu k stránkám, selekce stránek

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/PageHome.php

    r8 r9  
    88class PageHome extends Page
    99{
    10 /*
    11   function __construct($__)
     10
     11  function __construct($Language)
    1212  {
    13           parent::__construct($__);
     13          parent::__construct('home',$Language);
    1414  }
    15   */
     15 
    1616  protected function Generate() {
    1717        //generation of the page
    18         parent::Generate($this->Language->Texts['home']['content']);
    19         parent::SetTitle($this->Language->Texts['home']['title']);
     18        parent::Generate($this->Language->Texts['home']['content'].' '.$this->Link->Get());
    2019       
    2120  }
Note: See TracChangeset for help on using the changeset viewer.