Changeset 521 for trunk/Modules/Finance/Services.php
- Timestamp:
- Apr 14, 2013, 9:04:17 PM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Services.php
r519 r521 1 1 <?php 2 2 3 include_once('../Common/Global.php'); 4 5 class FinanceTarrifsPage extends Page 3 class PageFinanceServices extends Page 6 4 { 7 5 var $FullTitle = 'Přehled tarifů'; 8 6 var $ShortTitle = 'Tarify'; 7 var $ParentClass = 'PageFinance'; 9 8 10 9 function TariffTable() … … 69 68 } 70 69 71 $System->AddModule(new FinanceTarrifsPage());72 $System->Modules['FinanceTarrifsPage']->GetOutput();73 74 70 ?>
Note:
See TracChangeset
for help on using the changeset viewer.