Further updates to the header

This commit is contained in:
Tom Slominski
2015-03-04 20:01:13 +00:00
parent 6a6999d8ad
commit 1001c15ecf
2 changed files with 14 additions and 18 deletions

View File

@@ -104,11 +104,11 @@ isq_load_textdomain();
<header class="site-header">
<h1><a href="<?php echo YOURLS_SITE; ?>"><?php echo ISQ::$general['name']; ?></a></h1>
<ul class="menu">
<nav class="menu">
<?php
foreach( ISQ::$links as $menuItem ) {
echo '<li><a href="' . $menuItem['link'] . '">' . $menuItem['name'] . '</a></li>';
echo '<a href="' . $menuItem['link'] . '">' . $menuItem['name'] . '</a>';
};
?>
</ul>
</nav>
</header>