diff options
author | plegall <plg@piwigo.org> | 2005-03-25 22:10:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-03-25 22:10:55 +0000 |
commit | ef080278bf4d0e073daa5f6a6f6d3b8ae4c29d9c (patch) | |
tree | 243d94d5b810325c43ea9e6998b7929319bc1e3e /template/default/category.tpl | |
parent | 333d44c398e31dd7f24efbcf50d53c1ce2a754ba (diff) |
- new feature : caddie. The purpose is batch management, especially
concerning elements to categories associations. This is the very first
release, needs many improvements.
- new function : array_from_query. Firstly used by "caddie" feature, it may
be useful in many cases.
git-svn-id: http://piwigo.org/svn/trunk@755 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/category.tpl')
-rw-r--r-- | template/default/category.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/default/category.tpl b/template/default/category.tpl index 00f95181d..0f503b0af 100644 --- a/template/default/category.tpl +++ b/template/default/category.tpl @@ -93,6 +93,7 @@ </table> <!-- END thumbnails --> <br /> + <div class="navigationBar"><a href="{U_CADDIE}">add to caddie</a></div> <!-- BEGIN cat_infos --> <!-- BEGIN navigation --> <div class="navigationBar">{cat_infos.navigation.NAV_BAR}</div> |