removed (wrong) alternative text
This commit is contained in:
parent
3819379a6a
commit
f490faf755
4
mod.php
4
mod.php
@ -514,8 +514,8 @@
|
|||||||
(isset($themes_in_use[$_theme]) ? _('Reconfigure') : _('Install')) .
|
(isset($themes_in_use[$_theme]) ? _('Reconfigure') : _('Install')) .
|
||||||
'</a></li>' .
|
'</a></li>' .
|
||||||
(isset($themes_in_use[$_theme]) ?
|
(isset($themes_in_use[$_theme]) ?
|
||||||
'<li><a title="Rebuild" href="?/themes/' . $_theme . '/rebuild">' . _('Rebuild') . '</a></li>' .
|
'<li><a href="?/themes/' . $_theme . '/rebuild">' . _('Rebuild') . '</a></li>' .
|
||||||
'<li><a title="Use theme" href="?/themes/' . $_theme . '/uninstall">' . _('Uninstall') . '</a></li>'
|
'<li><a href="?/themes/' . $_theme . '/uninstall">' . _('Uninstall') . '</a></li>'
|
||||||
:
|
:
|
||||||
'') .
|
'') .
|
||||||
'</ul></td>' .
|
'</ul></td>' .
|
||||||
|
Loading…
Reference in New Issue
Block a user