|
1234567891011121314151617181920 |
- <?php
-
-
-
-
-
-
- echo "<?php\n";
- ?>
-
- <?= "?>" ?>
-
- <h1><?= $generator->getControllerID() . '/' . $action ?></h1>
-
- <p>
- You may change the content of this page by modifying
- the file <code><?= '<?=' ?> __FILE__; ?></code>.
- </p>
|