/** Setup the index page for Iron Age tribes
  */
 function indexAction()
 {
     $tribes = new Tribes();
     $this->view->tribes = $tribes->getTribesList();
 }