Changeset 578 for trunk/block/index.php
- Timestamp:
- Oct 10, 2013, 8:50:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/block/index.php
r548 r578 1 1 <?php 2 2 3 include_once('../Common/ Global.php');3 include_once('../Common/System.php'); 4 4 5 5 class BlockPage extends Page … … 42 42 } 43 43 44 $System = new System(); 45 $System->ShowPage = false; 46 $System->Run(); 44 47 $System->AddModule(new BlockPage($System)); 45 48 $System->Modules['BlockPage']->GetOutput(); 49
Note:
See TracChangeset
for help on using the changeset viewer.