diff options
author | plegall <plg@piwigo.org> | 2005-09-03 20:56:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-03 20:56:35 +0000 |
commit | c614c0798e96109170d2382121e897cc5b80cb06 (patch) | |
tree | 5b2089f26a75c504ed16c5929917a6dfa3712a88 /template/yoga/admin/picture_modify.tpl | |
parent | 9c6f769b9424557f5cda93e6f7f4f1366ad427e7 (diff) |
(not in ChangeLog)
- yoga template used for installation and by default in user_infos table
- adaptation of yoga template to itself (no use of icons from template
default)
git-svn-id: http://piwigo.org/svn/trunk@860 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/picture_modify.tpl')
-rw-r--r-- | template/yoga/admin/picture_modify.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index 46abed7b0..44564486a 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -5,9 +5,9 @@ <ul class="categoryActions"> <!-- BEGIN jumpto --> - <li><a href="{jumpto.URL}" title="{lang:jump to image}"><img src="./template/default/theme/category_jump-to.png" alt="{lang:jump to}" /></a></li> + <li><a href="{jumpto.URL}" title="{lang:jump to image}"><img src="./template/yoga/theme/category_jump-to.png" alt="{lang:jump to}" /></a></li> <!-- END jumpto --> - <li><a href="{U_SYNC}" title="{lang:synchronize metadata}"><img src="./template/default/theme/sync_metadata.png" alt="{lang:synchronize}" /></a></li> + <li><a href="{U_SYNC}" title="{lang:synchronize metadata}"><img src="./template/yoga/theme/sync_metadata.png" alt="{lang:synchronize}" /></a></li> </ul> <form action="{F_ACTION}" method="post" id="properties"> |