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/js/scripts.js

    r13551 r13554  
    1 // if cl_conflit is not used, use jQuery.noConflict to work with other libs
    2 if (typeof (Conflit) == "undefined")
    3    jQuery.noConflict();
     1// use this in case of conflicts with other js frameworks
     2// jQuery.noConflict();
    43
    54jQuery(document).ready(function($){
Note: See TracChangeset for help on using the changeset viewer.