aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/permalinks.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-14 16:25:01 +0000
committervdigital <vdigital@piwigo.org>2008-09-14 16:25:01 +0000
commit84e37a14c5bd31b1f9bddaaed8ec8798cd14ceaf (patch)
treef37a673dc109a8144a7c6c212f58f1da583eb259 /admin/template/goto/permalinks.tpl
parent95d42962e2c54e8ae4ecbfe508bece6456fbb050 (diff)
Admin template "goto": admin icon paths
git-svn-id: http://piwigo.org/svn/trunk@2534 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/template/goto/permalinks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl
index 2e28fe538..fd2ca5640 100644
--- a/admin/template/goto/permalinks.tpl
+++ b/admin/template/goto/permalinks.tpl
@@ -61,7 +61,7 @@
<td>{$permalink.date_deleted}</td>
<td>{$permalink.last_hit}</td>
<td>{$permalink.hit}</td>
- <td><a href="{$permalink.U_DELETE}" {$TAG_INPUT_ENABLED}><img src="{$ROOT_URL}{$themeconf.icon_dir}/delete.png" alt="[{'delete'|@translate}]" class="button"></a></td>
+ <td><a href="{$permalink.U_DELETE}" {$TAG_INPUT_ENABLED}><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/delete.png" alt="[{'delete'|@translate}]" class="button"></a></td>
</tr>
{/foreach}
</table>