2013-08-16, 06:53:06
Hi,
I downloaded a HTML5 theme and would like to integrate GetSimple CMS.
However, I'm stuck with the navigation.
In the original HTML5 theme, navigation is build using following code :
<nav id="nav">
<a href="index.html" class="current-page-item">Homepage</a>
<a href="twocolumn1.html">Two Column #1</a>
<a href="twocolumn2.html">Two Column #2</a>
<a href="onecolumn.html">One Column</a>
<a href="threecolumn.html">Three Column</a>
</nav>
How can I integrate this into GetSimple ?
Many thanks for your help,
Romain
I downloaded a HTML5 theme and would like to integrate GetSimple CMS.
However, I'm stuck with the navigation.
In the original HTML5 theme, navigation is build using following code :
<nav id="nav">
<a href="index.html" class="current-page-item">Homepage</a>
<a href="twocolumn1.html">Two Column #1</a>
<a href="twocolumn2.html">Two Column #2</a>
<a href="onecolumn.html">One Column</a>
<a href="threecolumn.html">Three Column</a>
</nav>
How can I integrate this into GetSimple ?
Many thanks for your help,
Romain