Update config.rst
I have done some changes based on the suggestion of members. Fixes #15041 Signed-off-by: Ravgeet Dhillon <ravgeetdhillon@gmail.com>
This commit is contained in:
parent
e723e34e84
commit
3e1a6772c5
@ -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']
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user