diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 20:52:59 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 20:52:59 +0000 |
commit | 701b1431513f8c42d1adc0de9739464494bd6bfa (patch) | |
tree | c8934a81cdec927d17759d99245c2fdf81e2769a /template/default/admin/group_perm.vtp | |
parent | b125c3b0863d61de32bb02a5beaa26fe0ab0d54a (diff) |
using new links to pictures (into the template dir)
git-svn-id: http://piwigo.org/svn/trunk@30 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/admin/group_perm.vtp')
-rw-r--r-- | template/default/admin/group_perm.vtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/group_perm.vtp b/template/default/admin/group_perm.vtp index 89beae782..bee6b222e 100644 --- a/template/default/admin/group_perm.vtp +++ b/template/default/admin/group_perm.vtp @@ -6,7 +6,7 @@ <!--VTP_category--> <tr> <td> - <img src="./images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> + <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> </td> <td style="text-align:right;"> <!--VTP_parent_forbidden--> |