Show
Ignore:
Timestamp:
03/14/12 14:40:37 (15 months 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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/themeconf.inc.php

    r13553 r13554  
    22/* 
    33Theme Name: Simple Grey 
    4 Version: 2.4.2 
     4Version: 2.4.3 
    55Description: Simple Grey 
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=308 
     
    2727load_language('theme.lang', PHPWG_THEMES_PATH.'simple/'); 
    2828 
     29// debug - do not combine files 
     30// $conf['template_combine_files'] = false; 
     31 
    2932?>