From 3e1a6772c5f3c34f08f118aaf4bfa62c159c2d66 Mon Sep 17 00:00:00 2001 From: Ravgeet Dhillon Date: Sun, 14 Apr 2019 22:05:01 +0530 Subject: [PATCH] Update config.rst I have done some changes based on the suggestion of members. Fixes #15041 Signed-off-by: Ravgeet Dhillon --- doc/config.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index f91d4a93a8..9bcb743c6a 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1985,11 +1985,12 @@ Navigation panel setup .. config:option:: $cfg['NavigationLogoLink'] :type: string - :default: ``'index.php'`` + :default: ``'./index.php'`` or ``'./'`` Enter :term:`URL` where logo in the navigation panel will point to. For use especially with self made theme which changes this. - For external URLs, you should include URL scheme as well. + For relative/internal URLs, you need to have leading `` ./ `` or trailing characters `` ? `` such as ``'./sql.php?'``. + For external URLs, you should include URL protocol schemes (``http`` or ``https``) with absolute URLs. .. config:option:: $cfg['NavigationLogoLinkWindow']