1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

Fixes #479 Перестала отображаться статистика загрузки страницы для админа

This commit is contained in:
Denis Shakhov 2014-06-18 12:53:43 +07:00
parent 127851ef58
commit d888ad24d9
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
*}
{if $bIsShowStatsPerformance and $oUserCurrent and $oUserCurrent->isAdministrator()}
<div class="alert alert-info stat-performance">
<div class="alert alert--info stat-performance">
{hook run='statistics_performance_begin'}
<table>

View file

@ -110,5 +110,7 @@
{block name='layout_body'}{/block}
{$sLayoutAfter}
{hook run='body_end'}
</body>
</html>