Changeset 6297
- Timestamp:
- 05/23/10 16:52:05 (3 years ago)
- Location:
- extensions/bbcode_bar
- Files:
-
- 2 added
- 2 modified
-
bbcode_bar.inc.php (modified) (1 diff)
-
language/en_UK/description.txt (added)
-
language/fr_FR/description.txt (added)
-
main.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extensions/bbcode_bar/bbcode_bar.inc.php
r3305 r6297 35 35 $template->assign('BBCode_bar_SmiliesSupport', array('SMILIESSUPPORT_PAGE' => SmiliesTable())); 36 36 } 37 38 $lang[' comment'] .= $template->parse('bbcode_bar', true);37 38 $lang['Comment'] .= $template->parse('bbcode_bar', true); 39 39 } 40 40 -
extensions/bbcode_bar/main.inc.php
r3609 r6297 1 1 <?php /* 2 Plugin Name: BBCode_bar 3 Version: 2.0.a 4 Description: Allow use BBCode for comments and descriptions. / Permet d'utiliser du BBCode pour les commentaires et les descriptions. 5 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=140 6 Author: Atadilo 7 Author URI: http://www.phpwebgallery.net 2 Plugin Name: BBCode Bar 3 Version: auto 4 Description: Allow use BBCode for comments and descriptions. 5 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=140 6 Author: Atadilo & P@t 8 7 */ 9 8 … … 28 27 { 29 28 array_push($menu, 30 array('NAME' => 'BBCode _Bar',29 array('NAME' => 'BBCode Bar', 31 30 'URL' => get_admin_plugin_menu_link(dirname(__FILE__) . '/bbcode_bar_admin.php'))); 32 31 return $menu;
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)