1<?php 2// Default value in the configuration Manager 3 4// The name of the footer page to search 5$conf['footer'] = 'footerbar'; 6$conf['header'] = 'headerbar'; 7 8// Use a cdn when possible 9$conf['cdn'] = false; 10 11?> 12