Browse Source

removed (wrong) alternative text

pull/40/head
Savetheinternet 13 years ago
parent
commit
f490faf755
  1. 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…
Cancel
Save