modifications sur le template default
[mw_sourceml] / app / out / default / views / sources / album / view.php
index ce1561a..d6e9297 100644 (file)
@@ -1,7 +1,9 @@
-<h2>
-  <?php echo $this->out["album"]["reference"] ? $this->out["album"]["reference"]["titre"] : $this->out["album"]["titre"] ?>
-</h2>
-
+<article class="album">
+  <header>
+    <h1>
+      <?php echo $this->out["album"]["reference"] ? $this->out["album"]["reference"]["titre"] : $this->out["album"]["titre"] ?>
+    </h1>
+  </header>
 <?php
 
   if
@@ -13,7 +15,7 @@
   $margin_top = 10;
   $album_image_uri = $this->path("web").$this->out["album"]["image_uri"];
 ?>
-<p class="logo_album">
+<p class="logo_source">
   <img src="<?php echo $album_image_uri ?>"
        width="<?php echo $img_size["width"] ?>"
        height="<?php echo $img_size["height"] ?>"
@@ -91,4 +93,5 @@
 
 <?php $items = "morceaux"; $legend = "morceaux"; require $this->out_file("views/navig.php"); ?>
 
-<?php endif; ?>
\ No newline at end of file
+<?php endif; ?>
+</article>
\ No newline at end of file