diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-27 18:20:58 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-27 18:20:58 +0000 |
commit | 9ab24e423b52e7f9503e849a403e3757033d91d1 (patch) | |
tree | cf4fe386bc82857c1fc19df0b6b332e4147c77c0 /template/yoga/admin | |
parent | b003303bc300680d0ce97873b5262ac7001fd90b (diff) |
- added missing get_sql_condition_FandF in calendar
- cat list removed closing element tags never opened
- removed php warning from web service (cant get the result)
git-svn-id: http://piwigo.org/svn/trunk@1759 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index b5317fdb3..94642f873 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -42,7 +42,7 @@ <p> <strong><a href="{categories.category.U_CHILDREN}" title="{lang:manage sub-categories}">{categories.category.NAME}</a></strong> <!-- BEGIN virtual --> - <img src="{themeconf:icon_dir}/virt_category.png" class="button" alt="{lang:virtual_category}" /></a></li> + <img src="{themeconf:icon_dir}/virt_category.png" class="button" alt="{lang:virtual_category}" /> <!-- END virtual --> </p> |