diff --git a/phpBB/adm/style/acp_ext_catalog.html b/phpBB/adm/style/acp_ext_catalog.html index 482d8a8bda..a6e9995cbb 100644 --- a/phpBB/adm/style/acp_ext_catalog.html +++ b/phpBB/adm/style/acp_ext_catalog.html @@ -81,6 +81,11 @@ +{% if extensions is empty %} + +
{{ lang('NO_EXTENSION_AVAILABLE') }}
+ +{% else %} @@ -116,6 +121,7 @@ {% endfor %}
+{% endif %} {% if pagination is defined %}