Changeset 9 for trunk/class/PageHome.php
- Timestamp:
- Jun 14, 2012, 12:04:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/PageHome.php
r8 r9 8 8 class PageHome extends Page 9 9 { 10 /* 11 function __construct($ __)10 11 function __construct($Language) 12 12 { 13 parent::__construct( $__);13 parent::__construct('home',$Language); 14 14 } 15 */15 16 16 protected function Generate() { 17 17 //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()); 20 19 21 20 }
Note:
See TracChangeset
for help on using the changeset viewer.