Add menu on the right for Wiki and Tutorial.
This commit is contained in:
parent
8accbda796
commit
b9ee7aeb05
1 changed files with 6 additions and 1 deletions
|
@ -38,7 +38,12 @@
|
|||
</button>
|
||||
<a class="navbar-brand" href="<TMPL_VAR BASEURL>"><svg x="0" y="0" width="245" height="50" style="float:left;margin:5px;"><image x="0" y="0" xlink:href="/copyleftorg-green-stylized.svg" src="/copyleftorg-green-stylized.png" width="245" height="50" /></svg></a>
|
||||
</div>
|
||||
</div></header>
|
||||
</div>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="active">Wiki</li>
|
||||
<li><a href="/guide/">Tutorial and Guide</a></li>
|
||||
</ul>
|
||||
</header>
|
||||
<div class="content">
|
||||
<div class="container">
|
||||
<TMPL_IF PARENTLINKS>
|
||||
|
|
Loading…
Reference in a new issue