1<?php 2/** 3 * Options for the Minima template 4 */ 5$conf['color'] = 'blue'; 6$conf['width'] = 'medium'; 7$conf['sidebar_position'] = 'right'; 8$conf['sidebar_page'] = 'sidebar'; 9$conf['tabs_page'] = 'tabs'; 10$conf['showpageinfo'] = 1; 11$conf['showsiteactions'] = 1; 12$conf['showuseractions'] = 1; 13 14//Setup VIM: ex: et ts=2 enc=utf-8 : 15