link grauphel 0.6.4 download
[grauphel.git] / templates / appnavigation.php
index b0657e113b8f64efa0f55721308d145b56e095bf..04eb86c9b7cb42deec8ebe5b328258ca0df9e5d2 100644 (file)
@@ -1,7 +1,7 @@
 <div id="app-navigation">
   <ul>
     <?php foreach ($_['tags'] as $tag) { ?>
-      <li data-id="<?php p($tag['id']) ?>"><a href="<?php p(isset($tag['href']) ? $tag['href'] : '#') ?>"><?php p($tag['name']);?></a></li>
+      <li data-id="<?php p($tag['id']) ?>" <?php $tag['selected'] && print ' class="selected"'; ?>><a href="<?php p(isset($tag['href']) ? $tag['href'] : '#') ?>"><?php p($tag['name']);?></a></li>
     <?php } ?>
   </ul>