Fix #15041 - Update documentation for NavigationLogoLink

Pull-request: #15124
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2019-05-27 21:23:02 +02:00
commit 761a1f623b
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -1989,7 +1989,8 @@ Navigation panel setup
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']