<?php
/**
 * Configuration defaults for BlogMeta plugin
 *  
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Martin Plicka <mail@mplicka.cz>
 */

$conf['pages_regexp'] ='^blog:';
$conf['show_user'] = 1;

?>