[go: up one dir, main page]

Menu

[r4]: / data / menu.inc.php  Maximize  Restore  History

Download this file

17 lines (15 with data), 740 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<ul>
<li><a href='index.php?rub=introduction'><?php echo $lc_Menu_Intro ?></a></li>
<li><a href='index.php?rub=news'><?php echo $lc_Menu_News ?></a></li>
<li><a href='index.php?rub=publisher'><?php echo $lc_Menu_Browse ?></a></li>
<?php
if($_SESSION["id_user"]!="")
echo "<li><a href=\"index.php?rub=account\">$lc_Menu_Account</a></li>";
if($_SESSION["level"]>2)
echo "<li><a href=\"index.php?rub=membersadmin\">Admin</a></li>";
?>
<li><a href='index.php?rub=search'><?php echo $lc_Menu_Search ?></a></li>
<li><a href='index.php?rub=faq'><?php echo $lc_Menu_Faq ?></a></li>
<li><a href='index.php?rub=help'><?php echo $lc_Menu_Help ?></a></li>
<li><a href='index.php?rub=contact'><?php echo $lc_Menu_Contact ?></a>
</ul>