You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$conf["prsnl10_footer_location"] = ":wiki:footer"; //page/article used to store a custom footer content
47
47
48
48
//other stuff
49
-
$conf["prsnl10_showpageinfo"] = false; //TRUE: show meta information about the current page (footer->tpl_pageinfo())
50
-
$conf["prsnl10_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)
51
-
$conf["prsnl10_loaduserjs"] = false; //TRUE: prsnl10/user/user.js will be loaded
49
+
$conf["prsnl10_showpageinfo"] = 0; //1: show meta information about the current page (footer->tpl_pageinfo())
50
+
$conf["prsnl10_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)
51
+
$conf["prsnl10_loaduserjs"] = 0; //1: prsnl10/user/user.js will be loaded
0 commit comments