mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
This commit is contained in:
@@ -22,6 +22,25 @@
|
||||
/**
|
||||
* Hauptmenue fuer CIS
|
||||
*/
|
||||
/*
|
||||
function drawSubmenu($content_id)
|
||||
{
|
||||
global $sprache;
|
||||
$content = new content();
|
||||
$sprache = getSprache();
|
||||
|
||||
$arr = $content->getMenueArray($content_id, $sprache);
|
||||
echo '<table>';
|
||||
foreach ($arr as $row)
|
||||
{
|
||||
echo '
|
||||
<tr>
|
||||
<td class="tdwidth10" nowrap> </td>
|
||||
<td class="tdwrap"><a class="Item" href="'.$row['link'].'" target="content"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> '.$row['name'].'</a></td>
|
||||
</tr>';
|
||||
}
|
||||
echo '</table>';
|
||||
}*/
|
||||
?>
|
||||
<table class="tabcontent">
|
||||
<tr>
|
||||
@@ -69,6 +88,10 @@
|
||||
<td class="tdwrap"></td>
|
||||
<td><a href="private/info/oeh/wahl2011.php" target="content" class="Item"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> ÖH-Wahlen 2011</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwrap"></td>
|
||||
<td><a href="private/info/oeh/KandidatInnen2011.pdf" target="content" class="Item"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> ÖH-KandidatInnen 2011</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdwrap"></td>
|
||||
<td><a href="private/info/oeh/index2010.php" target="content" class="Item"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> ÖH-Mandate Frühjahr 2010</a></td>
|
||||
@@ -921,6 +944,10 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
//Betriebsratstest
|
||||
//drawSubmenu(24);
|
||||
?>
|
||||
<!-- Hauptmenue FAQ -->
|
||||
<tr>
|
||||
<td class="tdwrap"><a href="?FAQ" class="MenuItem" onClick="return(js_toggle_container('FAQ'));"><img src="../skin/images/menu_item.gif" alt="menu item" width="7" height="9"> FAQ</a></td>
|
||||
|
||||
Reference in New Issue
Block a user