<?php

/**
 * Generated: 2014-03-12 11:08:42
 * @author Rtn_Module_Tool
 */
class Main_News_Module_Menu extends Eppe_Module_MenuAbstract implements Eppe_Module_MenuInterface {

	public function setNavigation() {
		$this->navigation = array(
		    array(
			'label' => __('News'),
			'module' => 'News',
			'controller' => 'admin_index',
			'action' => 'index',
			'pages' => array(
			    array(
				'label' => __('Dodaj'),
				'module' => 'News',
				'controller' => 'admin_index',
				'action' => 'add',
				'route' => 'default',
			    ),
			    array(
				'label' => __('Lista'),
				'module' => 'News',
				'controller' => 'admin_index',
				'action' => 'index',
				'route' => 'default',
			    ),
			    array(
				'label' => __('Edycja'),
				'module' => 'News',
				'controller' => 'admin_index',
				'action' => 'edit',
				'route' => 'default',
				'visible' => false
			    ),
			)
		    )
		);
	}

}
