blob: 49d0047af167bdee3d647d0ce8b56dbfe9abef40 (
plain)
1
2
3
4
5
6
7
8
|
<div id="sidebar">
<h5>Seitenbalken:</h5>
<ul>
<li><a href="<?php echo $pathToRoot; ?>contents/linux/main.php">Main</a></li>
<li><a href="<?php echo $pathToRoot; ?>contents/linux/kommandos.php">Konsolenbefehle</a></li>
<li><a href="<?php echo $pathToRoot; ?>contents/linux/rechte.php">Rechte</a></li>
</ul>
</div>
|