source: trunk/web/app/out/dist/content/playlist/e_rand_downloads.php

Last change on this file was 6, checked in by dj3c1t, 12 years ago

mise a jour du trunk

File size: 236 bytes
Line 
1<h2>10 morceaux au hasard</h2>
2<div class="bloc_content">
3
4<?php if($env->out["downloads"]) : ?>
5
6
7<?php require $env->out_file("views/downloads.php"); ?>
8
9
10<?php else: ?>
11
12  <p>Aucun download pour le moment.</p>
13
14<?php endif; ?>
15</div>
Note: See TracBrowser for help on using the repository browser.