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_list.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_list.vtp')
-rw-r--r-- | template/default/admin/group_list.vtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/group_list.vtp b/template/default/admin/group_list.vtp index a02d8ad8d..e5385ffa7 100644 --- a/template/default/admin/group_list.vtp +++ b/template/default/admin/group_list.vtp @@ -29,7 +29,7 @@ <!--VTP_group--> <tr> <td style="width:25%;"> - <div style="margin-left:10px;color:{#color}"><img src="./images/puce.gif" alt=">" /> {#name}</div> + <div style="margin-left:10px;color:{#color}"><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name}</div> </td> <td class="row2" style="text-align:center;width:25%;"> <a href="{#permission_url}">{#listuser_permission}</a> |