You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
433 B

  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. $conf['minima_main_sidebar'] = 0;
  14. //Setup VIM: ex: et ts=2 enc=utf-8 :