1<?php 2/** 3 * Default configuration settings for the material template 4 */ 5 6$conf["dokuwikiSidebar"] = 0; 7 8$conf["feedbackForm"] = 1; 9$conf["technicalFeedbackForm"] = 1; 10$conf["feedbackEmail"] = "address@domain.com"; 11$conf["feedbackSubjectLine"] = "Feedback for Website"; 12$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."; 13 14$conf["hiddenActions"] = "backlink,top"; 15 16$conf["protrudingDrawer"] = 1; 17 18$conf["subtlePagename"] = 0; 19