Skip to content
Snippets Groups Projects
Commit a985450c authored by echicken's avatar echicken :chicken:
Browse files

If brand_link specified in modopts, use that as href for navbar-brand link...

If brand_link specified in modopts, use that as href for navbar-brand link (BBS name at top left); for CG.
parent 1773233b
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./"><? write(settings.brand || system.name); ?></a>
<a class="navbar-brand" href="<? write(settings.brand_link || './'); ?>"><? write(settings.brand || system.name); ?></a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment