Ignore:
Timestamp:
Apr 14, 2013, 9:04:17 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Finance přepracovány na aplikační modul. Upraveny URL adresy stránek.
  • Přidáno: Slučování registrovaných stránek do stromu stránek. Registgrovat lze nyní také pomocí cesty jako pole adresářů URL.
File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/UserState.php

    r519 r521  
    11<?php
    22
    3 include_once('../Common/Global.php');
    4 
    5 class FinanceUserState extends Page
     3class PageFinanceUserState extends Page
    64{
    75  var $FullTitle = 'Stav financí účastníka';
    86  var $ShortTitle = 'Stav financí';
     7  var $ParentClass = 'PageFinance';
    98
    109  function Show()
     
    150149}
    151150
    152 $System->AddModule(new FinanceUserState());
    153 $System->Modules['FinanceUserState']->GetOutput();
    154 
    155151?>
Note: See TracChangeset for help on using the changeset viewer.