<?php
/**
 * Default settings for the cmsmode plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

$conf['breadcrumbs']    = 0;
$conf['youarehere']    = 0;

$conf['actions'] = 'backlink,index,recent,revisions,media,search,source,export_raw,rss';


