[go: up one dir, main page]

Menu

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

Download this file

19 lines (16 with data), 702 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<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>
<li><a href='index.php?rub=artist'><?php echo $lc_Artists ?></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=admin">'.$lc_Menu_Administration."</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>
</ul>