page: wrap menu in header container
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 12 Sep 2017 00:16:37 +0000 (02:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 18 Sep 2017 18:21:28 +0000 (20:21 +0200)
head.inc.php

index 2e57f81f7a78ca0c353c6f9102014e717bb49a7f..5e19024665e5806c53638657671142020309d1d2 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 include_once 'head.inc.html';
 
+print "<header>\n";
 include 'menu.html';
+print "</header>\n\n";
 
 print '<div class="article">'."\n\n";