diff options
Diffstat (limited to 'template-extension/distributed')
-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"> |