summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorraul2014-07-11 15:14:50 +0200
committerraul2014-07-11 15:14:50 +0200
commit0f802832400d75a81984d41152137cee119d836a (patch)
tree42cf503b23795a6689af5544c48e10b05a668197 /index.php
parent[i18n] deleted old unnecessary files (diff)
parent[i18n] deleted old unnecessary files (diff)
downloadslx-admin-0f802832400d75a81984d41152137cee119d836a.tar.gz
slx-admin-0f802832400d75a81984d41152137cee119d836a.tar.xz
slx-admin-0f802832400d75a81984d41152137cee119d836a.zip
XMerge branch 'i18n' of gitlab.c3sl.ufpr.br:cdn/slx-admin into i18n
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 6a58e1ad..cd635b25 100644
--- a/index.php
+++ b/index.php
@@ -130,7 +130,9 @@ Message::renderList();
Page::render();
if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
+ Render::openTag('div', array('class' => 'container'));
Message::addWarning('debug-mode');
+ Render::closeTag('div');
}
// Send page to client.