From 84d952f141584c5788aba4d0119a66c8a043721c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 23 Feb 2013 16:01:51 +0400 Subject: implement article render hooks --- classes/pluginhost.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/pluginhost.php') 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; -- cgit v1.2.3-54-g00ecf