mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11150] Display extensions with the display_name in the gallery
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
88b32580dc
commit
76a9bb2275
@@ -44,7 +44,7 @@
|
||||
{% for extension in extensions %}
|
||||
<tr>
|
||||
<td>
|
||||
<strong>{{ extension.name }}</strong><br />
|
||||
<strong>{{ extension.display_name }}</strong><br />
|
||||
<span>
|
||||
<a href="{{ extension.url }}">{{ lang('HOMEPAGE') }}</a> •
|
||||
{% if extension.name in managed_extensions %}
|
||||
|
Reference in New Issue
Block a user