Changeset 18 for trunk/class/Page.php
- Timestamp:
- Jun 23, 2012, 12:47:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/Page.php
r9 r18 6 6 class Page 7 7 { 8 protected $Content = ' ggg';8 protected $Content = ''; 9 9 protected $Language; 10 10 protected $Key; … … 18 18 $Addres = '?'.$Key; 19 19 $this->Key = $Key; 20 $this->Content = $Language->Texts[$Key]['content']; 20 21 $this->Link = new Link($Name,$Addres,$Title); 21 22 }
Note:
See TracChangeset
for help on using the changeset viewer.