diff options
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r-- | phpBB/adm/style/acp_main.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index f293c31147..e1c0fa9a05 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -4,6 +4,13 @@ <p>{L_ADMIN_INTRO}</p> +<!-- IF S_DEBUG_EXTRA --> + <div class="errorbox"> + <h3>{L_WARNING}</h3> + <p>{L_DEBUG_EXTRA_WARNING}</p> + </div> +<!-- ENDIF --> + <table cellspacing="1"> <caption>{L_FORUM_STATS}</caption> <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> |