Ignore:
Timestamp:
Mar 14, 2012, 2:40:37 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.4.3

  • add a #Tags id for tags list, for the user tags plugin
  • use inline-block instead of float left for thumbnails ans categories
  • print css: re-enable it in the header + improve it
  • update README + add debugging mode in themeconf
  • language strings
  • new script to tag a new version and generate a zip archive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/index.tpl

    r13552 r13554  
    55  <ul class="categoryActions">
    66    {if isset($U_EDIT)}
    7     <li><a href="{$U_EDIT}" title="{'edit category informations'|@translate}">{'edit'|@translate}</a></li>
     7    <li><a href="{$U_EDIT}" title="{'edit album informations'|@translate}">{'edit'|@translate}</a></li>
    88    {/if}
    99    {if isset($U_SLIDESHOW)}
     
    3939    {if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
    4040    {if !empty($category_search_results) }
    41     <div>{'Category results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
     41    <div>{'Album results for'|@translate} <strong>{$QUERY_SEARCH}</strong> :
    4242      {foreach from=$category_search_results item=res name=res_loop}
    4343      {if !$smarty.foreach.res_loop.first} &mdash; {/if}
Note: See TracChangeset for help on using the changeset viewer.