modifications sur le template default
[mw_sourceml] / app / out / default / views / sources / album / list.php
index a450d4c..20f47c8 100644 (file)
@@ -1,4 +1,4 @@
-<h2>Albums</h2>
+<h1>Albums</h1>
 
 <?php if($this->out["groupes"]["total"] > 1) : ?>
 
@@ -48,5 +48,5 @@
 <?php $items = "albums"; $legend = "albums"; require $this->out_file("views/navig.php"); ?>
 
 <?php else : ?>
-<p>Aucun album pour le moment</p>
+<p>Aucun album</p>
 <?php endif; ?>