diff --git a/defaults/yacy.init b/defaults/yacy.init index d74529a1e..aa8e7f955 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -893,6 +893,11 @@ publicSearchpage = true # to /Status.html to get the main memu bar back publicTopmenu = true +# flag if a small link to the administration sites on the right bottom of the index +# page should be shown to all users. +# you might want to enabled this, if publicTopmenu is disabled +publicAdministratorPi = false + # Wiki access rights # the built-in wiki system allows by default only that the administrator is allowed to make changes # this can be changed. There are three options: diff --git a/htroot/index.html b/htroot/index.html index 9338e3bc7..b866ca70c 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -40,6 +40,10 @@ #%env/templates/simpleheader.template%# #(/topmenu)# + #(pi)#:: +
+ #(/pi)# +