Changeset 3587 for extensions
- Timestamp:
- Jul 15, 2009, 5:13:37 PM (15 years ago)
- Location:
- extensions/floPure
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/floPure/header.tpl
r3586 r3587 87 87 $template->append('header_msgs', l10n('floPure_update_needed')); 88 88 $name_is_nutd['floPure']=$floPure_conf['version']; 89 //$name_is_nutd['version'][]=$floPure_conf['version'];90 89 } 91 90 $floPure->theme_version_search(PHPWG_ROOT_PATH.'template/floPure/theme'); … … 93 92 pwg_set_session_var('flopure_array_version',$name_is_nutd); 94 93 pwg_set_session_var('flopure_checked_version', true); 95 /*foreach($name_is_nutd as $cle => $val )96 {97 $template->append('test_a', array( 'A'=>$cle,'B'=>$val, ) );98 }*/99 100 101 94 } 102 95 else if (is_admin() and pwg_get_session_var('flopure_array_version') ) … … 109 102 $floPure = new floPure(); 110 103 $floPure->display(pwg_get_session_var('flopure_array_version')); 111 /*foreach(pwg_get_session_var('flopure_checked_version') as $cle => $val )112 {113 $template->append('test_a', array( 'A'=>$cle,'B'=>$val, ) );114 }*/115 $template->append('test_a', array( 'A'=>'a','B'=>'a', ) );116 104 } 117 105 //pwg_unset_session_var('flopure_checked_version'); 118 106 {/php} 119 107 {$erreur} 120 {$test}121 {$URL}122 {foreach from=$test_a item=test_b}123 {$test_b.A} / {$test_b.B}<br />124 {/foreach}125 126 108 {if not empty($header_msgs)} 127 109 <div class="header_msgs"> -
extensions/floPure/theme/autumn/themeconf.inc.php
r3586 r3587 9 9 'local_head' => '<!-- no theme specific head content -->', 10 10 'eid' => '233', 11 'version' => ' 5.0.1',11 'version' => '1.0.4', 12 12 ); 13 13 ?> -
extensions/floPure/theme/clear_blue/themeconf.inc.php
r3586 r3587 9 9 'local_head' => '<!-- no theme specific head content -->', 10 10 'eid' => '143', 11 'version' => ' 5.0.0',11 'version' => '2.0.5', 12 12 ); 13 13 ?> -
extensions/floPure/theme/freaky/themeconf.inc.php
r3333 r3587 8 8 'mime_icon_dir' => 'template/floPure/icon/mimetypes/', 9 9 'local_head' => '<!-- no theme specific head content -->', 10 'eid' => '233', 11 'version' => '1.0.4', 10 12 ); 11 13 ?> -
extensions/floPure/theme/green_nature/themeconf.inc.php
r3333 r3587 5 5 'template_dir' => 'template/floPure', 6 6 'icon_dir' => 'template/floPure/icon', 7 // 'img_dir' => 'template/floPure/theme/green_nature/images',8 9 7 'admin_icon_dir' => 'template/floPure/icon/admin', 10 8 'mime_icon_dir' => 'template/floPure/icon/mimetypes/', -
extensions/floPure/theme/grey_light/themeconf.inc.php
r3333 r3587 8 8 'mime_icon_dir' => 'template/floPure/icon/mimetypes/', 9 9 'local_head' => '<!-- no theme specific head content -->', 10 'eid' => '158', 11 'version' => '2.0.5', 10 12 ); 11 13 ?> -
extensions/floPure/theme/grey_plastic/themeconf.inc.php
r3333 r3587 8 8 'mime_icon_dir' => 'template/floPure/icon/mimetypes/', 9 9 'local_head' => '<!-- no theme specific head content -->', 10 'eid' => '158', 11 'version' => '2.0.5', 10 12 ); 11 13 ?> -
extensions/floPure/theme/sky/themeconf.inc.php
r3333 r3587 8 8 'mime_icon_dir' => 'template/floPure/icon/mimetypes/', 9 9 'local_head' => '<!-- no theme specific head content -->', 10 'eid' => '143', 11 'version' => '2.0.5', 10 12 ); 11 13 ?> -
extensions/floPure/theme/tr_clear_blue/themeconf.inc.php
r3333 r3587 8 8 'mime_icon_dir' => 'template/floPure/icon/mimetypes/', 9 9 'local_head' => '<!-- no theme specific head content -->', 10 'eid' => '143', 11 'version' => '2.0.5', 10 12 ); 11 13 ?> -
extensions/floPure/tools/language/en_UK/template.lang.php
r3580 r3587 2 2 3 3 $lang['floPure_update_needed'] = 'Your version of floPure is not up to date : <a href="http://fr.piwigo.org/ext/extension_view.php?eid=135" title="go to the page of the template" target="_blank" >click here to download the last revision of the template floPure</a>'; 4 $lang['theme_update_needed_1'] = ' Le thème ';5 $lang['theme_update_needed_2'] = ' n\'est pas à jour: <a href="http://fr.piwigo.org/ext/extension_view.php?eid=';6 $lang['theme_update_needed_3'] = '" title=" aller à la mise à jour" target="_blank" >cliquez ici pour accéder à la dernière révision du thème ';4 $lang['theme_update_needed_1'] = 'The theme '; 5 $lang['theme_update_needed_2'] = ' is not up to date : <a href="http://fr.piwigo.org/ext/extension_view.php?eid='; 6 $lang['theme_update_needed_3'] = '" title="go to the page of the theme" target="_blank" >click here to download the last revision of the theme '; 7 7 $lang['theme_update_needed_4'] = '</a>'; 8 8 ?> -
extensions/floPure/tools/version.conf.php
r3580 r3587 2 2 $floPure_conf = array( 3 3 'name' => 'floPure', 4 'version' => '2. 0.1',4 'version' => '2.1.0', 5 5 ); 6 6
Note: See TracChangeset
for help on using the changeset viewer.