xref: /plugin/include/conf/default.php (revision aa8b849e98c9fa74f8171900bd15ff48deb0b8eb)
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['showlink']         = 1;       // display permalink below blog entries
8$conf['showdate']         = 1;       // display date below blog entries
9$conf['showuser']         = 1;       // display username below blog entries
10$conf['user_namespace']   = 'user';  // namespace for user pages
11
12//Setup VIM: ex: et ts=2 enc=utf-8 :