12345678910111213 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | foot.php
- |--------------------------------------------------------------------------
- */
- $view
- ->fetch(array('.footer a@href', 0), '<{Maze::url("select")}>')
- ->fetch(array('.footer a@href', 1), '<{Maze::url("news")}>')
- ->fetch(array('.footer a@href', 2), '<{Maze::url("basic")}>')
- ->fetch(array('.footer a@href', 3), '<{Maze::url("index")}>');
|