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.
|
- <?php
- /**
- * Default configuration settings for the material template
- */
-
- $conf["dokuwikiSidebar"] = 0;
-
- $conf["feedbackForm"] = 1;
- $conf["technicalFeedbackForm"] = 1;
- $conf["feedbackEmail"] = "address@domain.com";
- $conf["feedbackSubjectLine"] = "Feedback for Website";
- $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.";
-
- $conf["hiddenActions"] = "backlink,top";
-
- $conf["protrudingDrawer"] = 1;
-
- $conf["subtlePagename"] = 0;
|