foot.php 432 B

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