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/category.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 '')
-rw-r--r-- | template/yoga/category.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl index 96744606d..d728e8856 100644 --- a/template/yoga/category.tpl +++ b/template/yoga/category.tpl @@ -94,10 +94,10 @@ <ul class="categoryActions"> <li> </li> <!-- BEGIN caddie --> - <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="./template/default/theme/caddie_add.png" alt="{lang:caddie}"/></a></li> + <li><a href="{caddie.URL}" title="{lang:add to caddie}"><img src="./template/yoga/theme/caddie_add.png" alt="{lang:caddie}"/></a></li> <!-- END caddie --> <!-- BEGIN edit --> - <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="./template/default/theme/category_edit.png" alt="{lang:edit}"/></a></li> + <li><a href="{edit.URL}" title="{lang:edit category informations}"><img src="./template/yoga/theme/category_edit.png" alt="{lang:edit}"/></a></li> <!-- END edit --> </ul> <h2>{TITLE}</h2> |