|
31 | 31 | } |
32 | 32 |
|
33 | 33 | //header navigation |
34 | | -$conf["mnmlblog_headernav"] = false; //TRUE: use/show header navigation |
| 34 | +$conf["mnmlblog_headernav"] = 0; //1: use/show header navigation |
35 | 35 | $conf["mnmlblog_headernav_location"] = ":wiki:navigation_header"; //page/article used to store the header navigation |
36 | 36 |
|
37 | 37 | //sidebar navigation |
38 | | -$conf["mnmlblog_sidebarnav"] = true; //TRUE: use/show sidebar navigation |
| 38 | +$conf["mnmlblog_sidebarnav"] = 1; //1: use/show sidebar navigation |
39 | 39 | $conf["mnmlblog_sidebarnav_location"] = ":wiki:navigation_sidebar"; //page/article used to store the sidebar navigation |
40 | 40 |
|
41 | 41 | //custom copyright notice |
42 | | -$conf["mnmlblog_copyright"] = true; //TRUE: use/show copyright notice |
43 | | -$conf["mnmlblog_copyright_default"] = true; //TRUE: use default copyright notice (if copyright notice is enabled at all) |
| 42 | +$conf["mnmlblog_copyright"] = 1; //1: use/show copyright notice |
| 43 | +$conf["mnmlblog_copyright_default"] = 1; //1: use default copyright notice (if copyright notice is enabled at all) |
44 | 44 | $conf["mnmlblog_copyright_location"] = ":wiki:copyright"; //page/article used to store a custom copyright notice |
45 | 45 |
|
46 | 46 | //search form |
47 | | -$conf["mnmlblog_search"] = true; //TRUE: use/show search |
| 47 | +$conf["mnmlblog_search"] = 1; //1: use/show search |
48 | 48 | $conf["mnmlblog_search_pos"] = "sidebar"; //sidebar or headernav |
49 | 49 |
|
50 | 50 | //qr code box |
51 | | -$conf["mnmlblog_qrcodebox"] = true; //TRUE: use/show box with QR Code of current page's URL |
| 51 | +$conf["mnmlblog_qrcodebox"] = 1; //1: use/show box with QR Code of current page's URL |
52 | 52 |
|
53 | 53 | //other stuff |
54 | 54 | $conf["mnmlblog_newpostform_location"] = ":wiki:create_new_blogpost"; //page/article used to store the form to create a new blog post |
55 | | -$conf["mnmlblog_hideadminlinksfromanon"] = false; //TRUE: hide admin links if client is not an authenticated user (including login link -> you have to call "example.com?do=login" manually) |
56 | | -$conf["mnmlblog_loaduserjs"] = false; //TRUE: mnml-blog/user/user.js will be loaded |
| 55 | +$conf["mnmlblog_hideadminlinksfromanon"] = 0; //1: hide admin links if client is not an authenticated user (including login link -> you have to call "example.com?do=login" manually) |
| 56 | +$conf["mnmlblog_loaduserjs"] = 0; //1: mnml-blog/user/user.js will be loaded |
57 | 57 |
|
0 commit comments