AEOS Calvarium v0.5
This commit is contained in:
parent
57b531cb62
commit
1fa8b9e152
177 changed files with 2936 additions and 3386 deletions
9
core/menu.php
Executable file → Normal file
9
core/menu.php
Executable file → Normal file
|
|
@ -3,14 +3,17 @@
|
|||
$list=listing_ordre();
|
||||
foreach ($list as &$pages)
|
||||
{
|
||||
$page = lecture_xml($DATA_PAGES.$pages);
|
||||
$page = lecture_xml(DATA_PAGES.$pages);
|
||||
if ($page['page']['etat']['#text']==1)
|
||||
{
|
||||
echo "<li><a href='".AEOS_REW.$page['page']['id']['#text']."-".valideURL($page['page']['nom']['#text'])."' title='".$page['page']['nom']['#text']."'>";
|
||||
echo "<li><a href='";
|
||||
echo (AEOS_REWMODE)?AEOS_REWKEY.$page['page']['id']['#text']."-".valideURL($page['page']['nom']['#text']):"?id=".$page['page']['id']['#text'];
|
||||
echo "' title='".$page['page']['nom']['#text']."'>";
|
||||
|
||||
if ($page['page']['id']['#text']==$id){echo "<b>"; }
|
||||
echo $page['page']['nom']['#text'];
|
||||
if ($page['page']['id']['#text']==$id){echo "</b>"; }
|
||||
echo "</a></li>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue