[SKEL] +inclusion du footer +lien vers la page licence
authorLudovic CHEVALIER <ludovic@beurresarrasin.net>
Fri, 6 Feb 2015 17:36:36 +0000 (18:36 +0100)
committerLudovic CHEVALIER <ludovic@beurresarrasin.net>
Fri, 6 Feb 2015 17:36:36 +0000 (18:36 +0100)
inclure/footer.html [new file with mode: 0644]
lang/clavettes_fr.php
rubrique.html
sommaire.html

diff --git a/inclure/footer.html b/inclure/footer.html
new file mode 100644 (file)
index 0000000..b55a2de
--- /dev/null
@@ -0,0 +1,12 @@
+<div class="textfooter">
+    <ul>
+        <BOUCLE_licence(ARTICLES){page=licence}>
+        <li>
+            <h3><a href="#URL_ARTICLE"><:clavettes:licence:></a></h3>
+        </li>
+        </BOUCLE_licence>
+        <li>
+            <h3><a href="http://www.heureux-cyclage.org">L'Heureux Cyclage</a></h3>
+        </li>
+    </ul>
+</div>
index b39e0a9..05f27e9 100644 (file)
@@ -6,6 +6,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        //A
         'agenda' => 'Agenda',
+       //L
+        'licence' => 'Licence',
        //P
        'pas_d_evenements' => 'Pas d\'événements à venir pour le moment.'
 );
index 23a775a..5d78baa 100644 (file)
             </div>
         </div>
     </section>
+    <footer>
+        <INCLURE{fond=inclure/footer}/>
+    </footer>
 </BOUCLE_rubriques>
-       <footer>
-       <div class="textfooter">
-               <ul>
-                       <li>
-                               <h3><a href="#">Licence libre</a></h3>
-                       </li>
-                       <li>
-                               <h3><a href="#">À propos</a></h3>
-                       </li>
-                       <li>
-                               <h3><a href="#">L'Heureux Cyclage</a></h3>
-                       </li>
-               </ul>
-       </div>
-       </footer>
 </body>
 </html>
index d0dbed8..662af7c 100644 (file)
             </div>
         </div>
     </section>
-       <footer>
-       <div class="textfooter">
-               <ul>
-                       <li>
-                               <h3><a href="#">Licence libre</a></h3>
-                       </li>
-                       <li>
-                               <h3><a href="#">À propos</a></h3>
-                       </li>
-                       <li>
-                               <h3><a href="#">L'Heureux Cyclage</a></h3>
-                       </li>
-               </ul>
-       </div>
-       </footer>
+    <footer>
+        <INCLURE{fond=inclure/footer}/>
+    </footer>
 </body>
 </html>