1234567891011121314151617 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | home
- |--------------------------------------------------------------------------
- */
- include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'inc/head.php');
- //include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'inc/foot.php');
- $view
-
- ->fetch('body@test', '1')
- # display
- ->display();
-
|