Changeset 6725
- Timestamp:
- 07/28/10 18:17:53 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
admin/include/plugins.class.php (modified) (1 diff)
-
plugins/language_switch/main.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/plugins.class.php
r5367 r6725 525 525 function plugin_version_compare($a, $b) 526 526 { 527 if (strtolower($a) == 'auto') return false; 528 527 529 $pattern = array('/([a-z])/ei', '/\.+/', '/\.\Z|\A\./'); 528 530 $replacement = array( "'.'.intval('\\1', 36).'.'", '.', ''); -
trunk/plugins/language_switch/main.inc.php
r5845 r6725 24 24 /* 25 25 Plugin Name: Language Switch 26 Version: Auto26 Version: 2.1.1 27 27 Description: Switch to another language from flags on your gallery home page. 28 28 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=123
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)