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.
 
 
 
 
 

19 lines
620 B

  1. <?php
  2. /**
  3. * Default configuration settings for the material template
  4. */
  5. $conf["dokuwikiSidebar"] = 0;
  6. $conf["feedbackForm"] = 1;
  7. $conf["technicalFeedbackForm"] = 1;
  8. $conf["feedbackEmail"] = "address@domain.com";
  9. $conf["feedbackSubjectLine"] = "Feedback for Website";
  10. $conf["feedbackBody"] = "Thank you so much for taking the time to write feedback. We really appreciate it :) \n\n [your message] \n\n\n You can ignore all the technical information below. It only helps us track down what the problem might be.";
  11. $conf["hiddenActions"] = "backlink,top";
  12. $conf["protrudingDrawer"] = 1;
  13. $conf["subtlePagename"] = 0;