diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-11-03 21:06:15 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-11-03 21:06:15 +0000 |
commit | 5fdc7ea1e582c7378ea8fd8ac3a9a50ec5298970 (patch) | |
tree | 25f44c5c9fc5cff291c0429dfb362f9e51532b92 /template/default/admin/group_list.vtp | |
parent | 3eeab79a75b3bba95f4a9e9a2a239f34e8da7c2b (diff) |
Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@227 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 be550e629..7c4520747 100644 --- a/template/default/admin/group_list.vtp +++ b/template/default/admin/group_list.vtp @@ -39,7 +39,7 @@ <!--VTP_group--> <tr> <td style="width:25%;"> - <div style="margin-left:10px;color:{#color}"><img src="../template/{#user_template}/admin/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> |