public function __construct($id, $module = null) { parent::__construct($id, $module); $this->menu = array(); }
public function __construct($id, $module = null) { parent::__construct($id, $module); $this->menu = array(array('label' => t('cms', 'Manage Terms'), 'url' => array('admin'), 'linkOptions' => array('class' => 'button')), array('label' => t('cms', 'Add Term'), 'url' => array('create'), 'linkOptions' => array('class' => 'button'))); }
public function __construct($id, $module = null) { parent::__construct($id, $module); $this->menu = array(array('label' => t('Manage Content List'), 'url' => array('admin'), 'linkOptions' => array('class' => 'button')), array('label' => t('Create new Content List'), 'url' => array('create'), 'linkOptions' => array('class' => 'button'))); }