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

@@ -10,7 +10,7 @@ $header
<section>
<if $add>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/templates_add.png" alt="" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['templates']['template_add']}</a>
</div>
</if>
@@ -42,7 +42,7 @@ $header
<section>
<if $filetemplateadd>
<div class="overviewadd">
<img src="templates/{$theme}/assets/img/icons/templates_add.png" alt="" />&nbsp;
<img src="templates/{$theme}/assets/img/icons/add.png" alt="" />&nbsp;
<a href="{$linker->getLink(array('section' => 'templates', 'page' => $page, 'action' => 'add', 'files' => 'files'))}">{$lng['admin']['templates']['template_add']}</a>
</div>
</if>