|
Last change
on this file was 29, checked in by george, 17 years ago |
- Upraveno: Hledání položek v seznamu dle zadaného filtru.
|
|
File size:
314 bytes
|
| Line | |
|---|
| 1 | <?php
|
|---|
| 2 |
|
|---|
| 3 | chdir('..');
|
|---|
| 4 | include('global.php');
|
|---|
| 5 |
|
|---|
| 6 | class InstallPage extends Page
|
|---|
| 7 | {
|
|---|
| 8 | var $Dependencies = array();
|
|---|
| 9 | var $FullTitle = '';
|
|---|
| 10 | var $ShortTitle = '';
|
|---|
| 11 |
|
|---|
| 12 | function Show()
|
|---|
| 13 | {
|
|---|
| 14 | $Output = 'll';
|
|---|
| 15 | return($Output);
|
|---|
| 16 | }
|
|---|
| 17 | }
|
|---|
| 18 |
|
|---|
| 19 | $System->AddModule(new InstallPage());
|
|---|
| 20 | $System->Modules['InstallPage']->GetOutput();
|
|---|
| 21 |
|
|---|
| 22 | ?>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.