mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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$ */
|
||||
.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;
|
||||
margin: 5px; display: inline;}
|
||||
.lap2 { display: block; padding: 4px 15px 10px 15px; border: 0;}
|
||||
|
||||
@@ -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|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">
|
||||
{foreach from=$thumbnails item=thumbnail}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user