Show
Ignore:
Timestamp:
03/14/12 14:34:13 (14 months ago)
Author:
plg
Message:

import theme Simple version 2.3

* if cl_conflit is used, don't add jQuery.noConflict
* fix the possibility to toggle visibility of image informations
* show logout link when connected - thanks to gbo
* update jquery to 1.4.4
* backport commit from piwigo: r6244, r6430 & r6438
* add gitignore
* update javascripts + add script to combine/minify
* apply r6594 from piwigo's trunk
* move jquery in the header, using known_script
* translation for the menu title
* add 1px icon start_filter.png to avoid loading error with rvtree plugin
* margin for error & info divs

Files:
1 modified

Legend:

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

    r13547 r13549  
    22/* 
    33Theme Name: Simple Grey 
    4 Version: 2.0 
    5 Description: Simple Grey theme 
     4Version: 2.3 
     5Description: Simple Grey 
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=308 
    77Author: Saïmon 
     
    2323 
    2424global $user; 
    25 $user['maxwidth'] = 680; 
     25$user['maxwidth'] = 720; 
     26 
     27load_language('theme.lang', PHPWG_THEMES_PATH.'simple/'); 
     28 
    2629?>