]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
add toggle_sidebar plugin, remove obsolete toggle button
[tt-rss.git] / classes / pluginhost.php
index 675e0af17152ad8fe7f00ca29e4924de8dca7078..82565257a94ef3bedbbd731b9d4131d5cc95e7b8 100644 (file)
@@ -50,6 +50,7 @@ class PluginHost {
        const HOOK_RENDER_ENCLOSURE = 29;
        const HOOK_ARTICLE_FILTER_ACTION = 30;
        const HOOK_ARTICLE_EXPORT_FEED = 31;
+       const HOOK_MAIN_TOOLBAR_BUTTON = 32;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;