はじまりの大地
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?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;
|
||||
Reference in New Issue
Block a user