Rev | Line | |
---|
[6] | 1 | <div class="bloc"> |
---|
| 2 | <h2><?php echo $env->out["artiste"]["nom"]; ?></h2> |
---|
| 3 | <div class="bloc_content"> |
---|
| 4 | |
---|
| 5 | <?php require $env->out_file("views/artiste_onglets.php") ?> |
---|
| 6 | |
---|
| 7 | <?php if($env->out["edit_ok"]) : ?> |
---|
| 8 | |
---|
| 9 | <div id="artiste_left"> |
---|
| 10 | <?php require $env->out_file("views/menu_admin_artiste.php") ?> |
---|
| 11 | </div> |
---|
| 12 | <div id="artiste_right"> |
---|
| 13 | |
---|
| 14 | <?php |
---|
| 15 | |
---|
| 16 | if($env->out_file_exists("content/set_artiste_albums/".$env->prefix.$env->a.".php")) |
---|
| 17 | { require $env->out_file("content/set_artiste_albums/".$env->prefix.$env->a.".php"); |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | ?> |
---|
| 21 | </div> |
---|
| 22 | <div class="clear"><!-- --></div> |
---|
| 23 | |
---|
| 24 | <?php endif; ?> |
---|
| 25 | </div> |
---|
| 26 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.