add sidebar
[grauphel.git] / templates / index.php
index a0ddbb383519f7338be05ff1295671af5d335379..7b7c6a6350810d30343a4b8a7beb0c42c4b1ef3f 100644 (file)
@@ -1,6 +1,5 @@
-<div id="app">
-  <div id="app-navigation">
-</div>
+<?php /** @var $l OC_L10N */ ?>
+<?php $_['appNavigation']->printPage(); ?>
 
 <div id="app-content">
   <div style="margin: 1ex">
@@ -10,4 +9,5 @@
     </p>
     <pre style="margin: 1em; background-color: #DDD; padding: 1ex; font-family: monospace"><?php p($_['apiurl']); ?></pre>
   </div>
+
 </div>