/** Setup the index page for Iron Age geography
  * @access public
  * @return void
  */
 public function indexAction()
 {
     $this->view->regions = $this->_geography->getIronAgeRegions();
 }
 /** Setup the index page for Iron Age geography
  */
 public function indexAction()
 {
     $regions = new Geography();
     $this->view->regions = $regions->getIronAgeRegions();
 }