diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-18 21:26:33 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-18 21:26:33 +0000 |
commit | bff424f8d9de0c258071e6e99f92f9960b13fbb7 (patch) | |
tree | 331b6c66e2158ba489e04ae7ca78677c439fe605 /template-extension/distributed | |
parent | c502ebd43a1b8917b8c93a7a1ee896bf4c9a7be0 (diff) |
Extend_for_templates include slideshow.tpl overides.
menubar.tpl is no longer supported by Extend_for_templates.
Titling_categories.tpl was in error (Wrong recent icon var)
git-svn-id: http://piwigo.org/svn/trunk@2549 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template-extension/distributed/samples/titling_categories.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template-extension/distributed/samples/titling_categories.tpl b/template-extension/distributed/samples/titling_categories.tpl index df608666b..83040e3bc 100644 --- a/template-extension/distributed/samples/titling_categories.tpl +++ b/template-extension/distributed/samples/titling_categories.tpl @@ -16,7 +16,7 @@ {foreach from=$category_thumbnails item=cat} <div class="unbordered"> {* W3C HTML non conform *} <h3> {* 2nd difference: h3 is outside of description *} - <a href="{$cat.URL}">{$cat.NAME}</a>{$cat.ICON} + <a href="{$cat.URL}">{$cat.NAME}</a>{$cat.ICON_TS} </h3> <li> <div class="thumbnailCategory"> |