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.

12 lines
319 B

14 years ago
  1. <?php
  2. /*
  3. * default configuration settings
  4. *
  5. */
  6. $conf['tagline'] = 'This is the tagline - explaining what this site is about.';
  7. $conf['discussionNS'] = 'discussion';
  8. $conf['discussNSreverse'] = 0;
  9. $conf['userNS'] = 'user';
  10. $conf['sidebarID'] = 'sidebar';
  11. $conf['hideTools'] = 0;