source:
branches/rsr.v5.1.dev/web/app/out/dist/views/header.php
@
6
Last change on this file since 6 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 323 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <div id="identification"> |
2 | <?php $env->aff_bloc("identification"); ?> | |
3 | </div> | |
4 | ||
5 | <h1 id="accueil_link"><a href="<?= $env->url(array("e" => "")) ?>" title="Accueil"> | |
6 | <span><?= $env->config("site_name") ?></span> | |
7 | </a></h1> | |
8 | ||
9 | <div class="clear"><!-- --></div> | |
10 | ||
11 | <div id="navigation"> | |
12 | <?php $env->aff_bloc("navigation"); ?> | |
13 | </div> |
Note: See TracBrowser
for help on using the repository browser.