mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
Neuronal correction... {html_head} in error related to template-extension/distributed/samples/my-thumbnails2.tpl
(=> A new function to build). git-svn-id: http://piwigo.org/svn/branches/2.0@2825 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
.thumbLegend { padding: 0 6px; color: #24919c; font-style:italic; font-size: 7px; }
|
.thumbLegend { padding: 0 6px; color: #666; font-style:italic; font-size: 7px; }
|
||||||
.fld1 { width: 96px; min-width: 96px; padding: 0;
|
.fld1 { width: 96px; min-width: 96px; padding: 0;
|
||||||
margin: 5px; display: inline;}
|
margin: 5px; display: inline;}
|
||||||
.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
|
.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{* $Id$ *}
|
{* $Id$ *}
|
||||||
<!-- This is a sample of template extensions -->
|
<!-- This is a sample of template extensions -->
|
||||||
{if !empty($thumbnails)}
|
{if !empty($thumbnails)}
|
||||||
{html_head}<link rel="stylesheet" type="text/css" href="{$smarty.template|dirname}/my-thumbnails2.css">{/html_head}
|
{html_head}<link rel="stylesheet" type="text/css" href="./template-extension/distributed/samples/my-thumbnails2.css">{/html_head}
|
||||||
<ul class="thumbnails">
|
<ul class="thumbnails">
|
||||||
{foreach from=$thumbnails item=thumbnail}
|
{foreach from=$thumbnails item=thumbnail}
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user