Removed unused and duplicate icons

This commit is contained in:
BNoiZe
2013-10-30 17:14:37 +01:00
parent 16989a077d
commit 97cd522726
138 changed files with 61 additions and 65 deletions

View File

@@ -16,7 +16,7 @@ $header
</div>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
</div>
@@ -55,7 +55,7 @@ $header
<if 15 < $count >
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/user_add.png" alt="" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />
<a href="{$linker->getLink(array('section' => 'admins', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['admin_add']}</a>
</div>
</if>