]> 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 0f3d8f37c604abb1f1b2247464a9cf34595672ad..82565257a94ef3bedbbd731b9d4131d5cc95e7b8 100644 (file)
@@ -49,6 +49,8 @@ class PluginHost {
        const HOOK_HEADLINES_BEFORE = 28;
        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;