Files
mr-legend_wiki/lib/tpl/material/conf/default.php
T
2024-07-08 03:32:47 +09:00

19 lines
620 B
PHP

<?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;