Changeset 3189 for trunk


Ignore:
Timestamp:
Mar 11, 2009, 8:41:21 PM (15 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/mainpage_categories.tpl

    r3188 r3189  
    1414                                        <a href="{$cat.URL}">{$cat.NAME}</a>
    1515                                        {if !empty($cat.icon_ts)}
    16                                         <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)" />
     16                                        <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">
    1717                                        {/if}
    1818                                </h3>
  • trunk/template/yoga/menubar_categories.tpl

    r3188 r3189  
    2323      {/if}
    2424      {if !empty($cat.icon_ts)}
    25       <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)" />
     25      <img title="{$cat.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent{if $cat.icon_ts.IS_CHILD_DATE}_by_child{/if}.png" class="icon" alt="(!)">
    2626      {/if}
    2727  {assign var='ref_level' value=$cat.LEVEL}
  • trunk/template/yoga/thumbnails.tpl

    r3188 r3189  
    1414                {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}
    1515                {if !empty($thumbnail.icon_ts)}
    16                 <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)" />
     16                <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)">
    1717                {/if}
    1818                {if isset($thumbnail.NB_COMMENTS)}
Note: See TracChangeset for help on using the changeset viewer.