Changeset 2825


Ignore:
Timestamp:
Nov 5, 2008, 2:54:28 PM (15 years ago)
Author:
vdigital
Message:

Neuronal correction... {html_head} in error related to template-extension/distributed/samples/my-thumbnails2.tpl
(=> A new function to build).

Location:
branches/2.0/template-extension/distributed/samples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/template-extension/distributed/samples/my-thumbnails2.css

    r2465 r2825  
    11/* $Id$ */
    2 .thumbLegend { padding: 0 6px; color: #24919c; font-style:italic; font-size: 7px; }
     2.thumbLegend { padding: 0 6px; color: #666; font-style:italic; font-size: 7px; }
    33.fld1 { width: 96px; min-width: 96px; padding: 0;
    44margin: 5px; display: inline;}
  • branches/2.0/template-extension/distributed/samples/my-thumbnails2.tpl

    r2817 r2825  
    22<!-- This is a sample of template extensions -->
    33{if !empty($thumbnails)}
    4 {html_head}<link rel="stylesheet" type="text/css" href="{$smarty.template|dirname}/my-thumbnails2.css">{/html_head}
     4{html_head}<link rel="stylesheet" type="text/css" href="./template-extension/distributed/samples/my-thumbnails2.css">{/html_head}
    55<ul class="thumbnails">
    66{foreach from=$thumbnails item=thumbnail}
Note: See TracChangeset for help on using the changeset viewer.