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/Services.php

    r519 r521  
    11<?php
    22
    3 include_once('../Common/Global.php');
    4 
    5 class FinanceTarrifsPage extends Page
     3class PageFinanceServices extends Page
    64{
    75  var $FullTitle = 'Přehled tarifů';
    86  var $ShortTitle = 'Tarify';
     7  var $ParentClass = 'PageFinance';
    98
    109  function TariffTable()
     
    6968}
    7069
    71 $System->AddModule(new FinanceTarrifsPage());
    72 $System->Modules['FinanceTarrifsPage']->GetOutput();
    73 
    7470?>
Note: See TracChangeset for help on using the changeset viewer.