<?php
// Default value in the configuration Manager

// The name of the footer page to search
$conf['footer'] = 'footerbar';
$conf['header'] = 'headerbar';

// Use a cdn when possible
$conf['cdn'] = false;

?>
