getConf('button_enabled') == '1') $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ()); } /** * Inserts the toolbar button */ function insert_button(& $event, $param) { $event->data[] = array ( 'type' => 'format', 'title' => htmlspecialchars($this->getLang('tooltip')), 'icon' => '../../plugins/plantuml/'.$this->getConf('button_icon'), 'open' => '', 'close' => '', 'sample' => '', ); } }