source: trunk/web/app/out/dist/content/playlist/e_last_downloads.php @ 1

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

import initial

File size: 239 bytes
RevLine 
[1]1<h2>Les 10 derniers morceaux</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.