123456789101112131415161718192021222324252627282930 |
- <?php
- $conf['noheader'] = 0;
- $conf['firstseconly'] = 0;
- $conf['showtaglogos'] = 0;
- $conf['showfooter'] = 1;
- $conf['showlink'] = 0;
- $conf['showpermalink'] = 0;
- $conf['showdate'] = 1;
- $conf['showmdate'] = 0;
- $conf['showuser'] = 1;
- $conf['showcomments'] = 1;
- $conf['showlinkbacks'] = 1;
- $conf['showtags'] = 1;
- $conf['showeditbtn'] = 1;
- $conf['doredirect'] = 1;
- $conf['doindent'] = 1;
- $conf['linkonly'] = 0;
- $conf['title'] = 0;
- $conf['pageexists'] = 0;
- $conf['parlink'] = 1;
- $conf['safeindex'] = 1;
- $conf['order'] = 'id';
- $conf['rsort'] = 0;
- $conf['depth'] = 1;
- $conf['readmore'] = 1;
- $conf['debugoutput'] = 0;
|