summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/pagelist/conf/default.php
blob: ba1468b7571df0daf50b3fdb4200ddb3b67e9d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * Options for the Pagelist Plugin
 */
$conf['style']        = 'default';
$conf['showheader']   = 0;
$conf['showdate']     = 1;
$conf['showuser']     = 1;
$conf['showdesc']     = 0;
$conf['showcomments'] = 0;
$conf['showlinkbacks']= 0;
$conf['showtags']     = 0;
$conf['showfirsthl']  = 1;
$conf['showimage']    = 0;
$conf['showdiff']     = 0;
$conf['sort']         = 0;
$conf['rsort']        = 0;

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