source:
branches/rsr.v5.1/web/app/out/dist/content/e_admin_artiste.php
Last change on this file was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 311 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <h2><?php echo $env->out["artiste"]["nom"]; ?></h2> |
2 | ||
3 | <?php require $env->out_file("views/artiste_onglets.php") ?> | |
4 | ||
5 | <?php if($env->out["edit_ok"]) : ?> | |
6 | ||
7 | <div id="fiche_artiste"> | |
8 | <div id="fiche_artiste_content"> | |
9 | ||
10 | <?php require $env->out_file("views/menu_admin_artiste.php") ?> | |
11 | ||
12 | </div> | |
13 | </div> | |
14 | ||
15 | <?php endif; ?> |
Note: See TracBrowser
for help on using the repository browser.