source: trunk/web/app/out/dist/views/ariane_menus.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 399 bytes
Line 
1<a href="<?=
2     $env->url
3     ( array
4       ( "e" => "set_menus",
5         "path" => ""
6       )
7     )
8   ?>">menus</a>
9<?php $path = ""; foreach($env->out["ariane"] as $id => $menu_categorie) : $path .= "/".$id ?>
10&gt;
11<a href="<?=
12     $env->url
13     ( array
14       ( "e" => "set_menus",
15         "path" => $path
16       )
17     )
18   ?>"><?= $menu_categorie["titre"] ?></a>
19<?php endforeach; ?>
Note: See TracBrowser for help on using the repository browser.