<?php

/**
 * Generated: 2014-03-19 13:31:31
 * @author Rtn_Module_Tool
 */
class Gallery_Module_Menu extends Eppe_Module_MenuAbstract implements Eppe_Module_MenuInterface {

    public function setNavigation() {
        // zawartość czysto przykładowa
        $this->navigation = array(
                    array(
                        'label' => __('Galeria'),
                        'module' => 'Gallery',
                        'controller' => 'admin_index',
                        'action' => 'index',
                        'resource' => 'Gallery',
                    )
        );
    }

}
