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/picture_modify.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 '')
-rw-r--r-- | template/default/admin/picture_modify.vtp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/admin/picture_modify.vtp b/template/default/admin/picture_modify.vtp index d20272fee..9cf36b4eb 100644 --- a/template/default/admin/picture_modify.vtp +++ b/template/default/admin/picture_modify.vtp @@ -70,7 +70,7 @@ <!--/VTP_linked_category--> <!--VTP_dissociate--> <tr> - <td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#dissociate}</td> + <td colspan="2"><img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#dissociate}</td> </tr> <!--/VTP_dissociate--> <tr><td colspan="2"> </td></tr> |