1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/10824] Display message about invalid styles on install style view

PHPBB3-10824
This commit is contained in:
Marc Alexander
2016-01-17 23:24:22 +01:00
parent b0337b21d5
commit 81f3483994
3 changed files with 51 additions and 1 deletions

View File

@@ -127,7 +127,7 @@
<!-- IF styles_list.COMMENT != '' -->
<span class="error"><br />{styles_list.COMMENT}</span>
<!-- ENDIF -->
<!-- IF not styles_list.STYLE_ID and styles_list.COMMENT == '' -->
<!-- IF not styles_list.STYLE_ID and styles_list.COMMENT == '' and not styles_list.STYLE_INVALID -->
<span class="style-path"><br />{L_STYLE_PATH}{L_COLON} {styles_list.STYLE_PATH_FULL}</span>
<!-- ENDIF -->
</td>