- Timestamp:
- 07/07/10 13:17:06 (19 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/profiler/classes/hooks/HookProfiler.class.php
r926 r953 26 26 * Хук для вставки HTML кода 27 27 */ 28 $this->AddHook('template_body_end', 'Profiler'); 28 if ($oUserCurrent=$this->User_GetUserCurrent() and $oUserCurrent->isAdministrator()) { 29 $this->AddHook('template_body_end', 'Profiler'); 30 } 29 31 } 30 32
