alterebro / WeaselCMS

Lightweight flat file CMS written in PHP

Home Page:http://weasel.moro.es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index.php

iskono opened this issue · comments

add <ul class="nav navbar-nav">
in row:
$_DATA['menu'] = '<ul>';
change it to
$_DATA['menu'] = '<ul class="nav navbar-nav">';

so it can work with most of templates by adding

before ul
template example
example : <ul id="nav" class="nav">
<nav>{{ $_CMS['menu'] }}</nav> </ul>

updated code in the recent commit 2b0ae1d should resolve that.