mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
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
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user