summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-23 16:01:51 +0400
committerAndrew Dolgov <[email protected]>2013-02-23 16:01:51 +0400
commit84d952f141584c5788aba4d0119a66c8a043721c (patch)
tree496407e90719b8330264b10bc64f4b22b40233db /classes/pluginhost.php
parente02555c1b8efad4fdc918e8245624e0b641ac6df (diff)
implement article render hooks
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index a1ad7ef07..c6fcf6b57 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -17,6 +17,8 @@ class PluginHost {
const HOOK_UPDATE_TASK = 7;
const HOOK_AUTH_USER = 8;
const HOOK_HOTKEY_MAP = 9;
+ const HOOK_RENDER_ARTICLE = 10;
+ const HOOK_RENDER_ARTICLE_CDM = 11;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;