mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
merge -c2817 from trunk to branch 2.0
- Neuronal correction... {html_head} in error related to template-extension/distributed/samples/my-thumbnails2.tpl
git-svn-id: http://piwigo.org/svn/trunk@2818 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{* $Id$ *}
|
||||
<!-- This is a sample of template extensions -->
|
||||
{if !empty($thumbnails)}
|
||||
{html_head}<link rel="stylesheet" type="text/css" href="{$smarty.template|substr:6:-3}css">{/html_head}
|
||||
{html_head}<link rel="stylesheet" type="text/css" href="{$smarty.template|dirname}/my-thumbnails2.css">{/html_head}
|
||||
<ul class="thumbnails">
|
||||
{foreach from=$thumbnails item=thumbnail}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user