source: trunk/web/app/out/dist/content/e_links.php @ 6

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

mise a jour du trunk

File size: 582 bytes
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&eacute;gorie.</p>
17<?php endif; ?>
18</div>
Note: See TracBrowser for help on using the repository browser.