Rewriting the header a little

This commit is contained in:
Tom Slominski
2015-03-22 15:43:11 +00:00
parent 348b8dabc0
commit 2865bf31bd
2 changed files with 18 additions and 11 deletions

View File

@@ -55,7 +55,9 @@ isq_load_textdomain();
<div class="wrapper">
<header class="content site-header">
<a href="<?php echo YOURLS_SITE; ?>"><h1 class="site-title"><?php echo ISQ::$general['name']; ?></h1></a>
<a href="<?php echo YOURLS_SITE; ?>" class="site-title">
<h1><?php echo ISQ::$general['name']; ?></h1>
</a>
<nav class="menu">
<?php
foreach( ISQ::$links as $menuItem ) {