diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2008-10-01 16:32:55 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2008-10-01 16:32:55 +0200 |
commit | 15ef06a1a07757c8f7590784438b82a873fbdc02 (patch) | |
tree | 40b8a690ff07e047e7c612346ca012585af433db /sidebars/linux | |
download | compag-website-master.tar compag-website-master.zip |
Diffstat (limited to 'sidebars/linux')
-rw-r--r-- | sidebars/linux/main.inc.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sidebars/linux/main.inc.php b/sidebars/linux/main.inc.php new file mode 100644 index 0000000..49d0047 --- /dev/null +++ b/sidebars/linux/main.inc.php @@ -0,0 +1,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> |