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