Index: trunk/extensions/TreeAndMenu/TreeAndMenu.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | |
16 | 16 | if ( !defined( 'MEDIAWIKI' ) ) die( 'Not an entry point.' ); |
17 | 17 | |
18 | | -define( 'TREEANDMENU_VERSION','1.1.0, 2009-06-26' ); |
| 18 | +define( 'TREEANDMENU_VERSION','1.1.1, 2009-07-29' ); |
19 | 19 | |
20 | 20 | # Set any unset images to default titles |
21 | 21 | if ( !isset( $wgTreeViewImages ) || !is_array( $wgTreeViewImages ) ) $wgTreeViewImages = array(); |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | 'path' => __FILE__, |
31 | 31 | 'name' => 'TreeAndMenu', |
32 | 32 | 'author' => array( '[http://www.organicdesign.co.nz/User:Nad Nad]', '[http://www.organicdesign.co.nz/User:Sven Sven]' ), |
33 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Treeview', |
| 33 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:TreeAndMenu', |
34 | 34 | 'description' => 'Adds #tree and #menu parser functions which contain bullet-lists to be rendered as collapsible treeview\'s or dropdown menus. |
35 | 35 | The treeview\'s use the [http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu, |
36 | 36 | and the dropdown menu\'s use [http://www.htmldog.com/articles/suckerfish/dropdowns/ Son of Suckerfish]', |