summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/conf/default.php
blob: 9f0b3141deec81c1d176d0fb102bdb0e2a70be6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
/**
 * Options for the Tag Plugin
 */
$conf['namespace']          = 'tag';       // where should tag links point to? default: 'tag'
$conf['sortkey']            = 'title';     // sort key for topic lists
$conf['sortorder']          = 'ascending'; // ascending or descending
$conf['pagelist_flags']     = 'list';      // formatting options for the page list plugin
$conf['toolbar_icon']       = 0;	       // enables/disables the toolbar icon
$conf['list_tags_of_subns'] = 0;           // list also tags in subnamespaces of a specified namespace (count syntax)
$conf['tags_list_css']      = 'tags';     // wich CSS style to use for tag list?

//Setup VIM: ex: et ts=2 :