xref: /plugin/include/conf/default.php (revision 39af1bf11962fd929cc3501c3592f1478f30c034)
1<?php
2/**
3 * Options for the Include Plugin
4 */
5$conf['firstseconly']  = 0;      // limit entries on main blog page to first section
6$conf['showtaglogos']  = 0;      // display image for first tag
7$conf['showmetaline']  = 1;      // display meta line below blog entries
8$conf['showlink']      = 1;      // show permalink below blog entries
9$conf['showdate']      = 1;      // show date below blog entries
10$conf['showuser']      = 1;      // show username below blog entries
11$conf['showcomments']  = 1;      // show number of comments below blog entries
12$conf['showtags']      = 1;      // show tags below blog entries
13$conf['usernamespace'] = 'user'; // namespace for user pages
14
15//Setup VIM: ex: et ts=2 enc=utf-8 :