diff --git a/setup.php b/setup.php index 540bcaa..5c32839 100644 --- a/setup.php +++ b/setup.php @@ -34,10 +34,10 @@ function plugin_init_remotesupport() $PLUGIN_HOOKS['add_javascript']['remotesupport'][] = 'js/support.js'; // Add Config Page - Plugin::registerClass('PluginRemotesupportConfig', ['addtabon' => 'Config']); +// Plugin::registerClass('PluginRemotesupportConfig', ['addtabon' => 'Config']); - $PLUGIN_HOOKS["menu_toadd"]['remotesupport'] = ['tools' => 'PluginRemotesupportMenu']; - $PLUGIN_HOOKS['config_page']['remotesupport'] = 'front/index.php'; +// $PLUGIN_HOOKS["menu_toadd"]['remotesupport'] = ['tools' => 'PluginRemotesupportMenu']; +// $PLUGIN_HOOKS['config_page']['remotesupport'] = 'front/index.php'; $PLUGIN_HOOKS['menu']['remotesupport'] = true; $PLUGIN_HOOKS['post_init']['remotesupport'] = 'plugin_remotesupport_postinit';