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/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?>
Note: See TracChangeset for help on using the changeset viewer.