Line | |
---|
1 | <?php debug($env->out); ?> |
---|
2 | <h2>Les liens</h2> |
---|
3 | <div class="bloc_content"> |
---|
4 | <h3> |
---|
5 | <?php require $env->out_file("views/ariane_links.php"); ?> |
---|
6 | </h3> |
---|
7 | |
---|
8 | <br /> |
---|
9 | <?php if($env->out["links_categories"]["list"]) : ?> |
---|
10 | |
---|
11 | <?php foreach($env->out["links_categories"]["list"] as $id_links_categorie => $links_categorie) : ?> |
---|
12 | <h4><a href="<?= $env->url(array("e" => "links", "path" => $_GET[$env->param("path")]."/".$links_categorie["id"])) ?>"><?= $links_categorie["titre"] ?></a></h4> |
---|
13 | |
---|
14 | <?php endforeach; ?> |
---|
15 | <?php else : ?> |
---|
16 | <p>Aucun lien dans cette catégorie.</p> |
---|
17 | <?php endif; ?> |
---|
18 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.