Changeset 18 for trunk/class/Page.php


Ignore:
Timestamp:
Jun 23, 2012, 12:47:30 PM (12 years ago)
Author:
maron
Message:

kostra webu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/Page.php

    r9 r18  
    66class Page
    77{
    8   protected $Content = 'ggg';
     8  protected $Content = '';
    99  protected $Language;
    1010  protected $Key;
     
    1818          $Addres = '?'.$Key;
    1919          $this->Key = $Key;
     20          $this->Content = $Language->Texts[$Key]['content'];
    2021          $this->Link = new Link($Name,$Addres,$Title); 
    2122  }
Note: See TracChangeset for help on using the changeset viewer.