dd257101ec
The CategoryTree extension provides a dynamic view of the wiki's category structure as a tree. It uses AJAX to load parts of the tree on demand. ok landry@
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
edit LocalSettings.php and add:
|
|
|
|
$wgUseAjax = true;
|
|
require_once( 'extensions/CategoryTree/CategoryTree.php' );
|