source:
trunk/web/app/out/dist/content/e_admin_artiste.php
Last change on this file was 6, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 311 bytes |
Line | |
---|---|
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.