[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / zen-garden / prive / zengarden_theme_fonctions.php
1 <?php
2 /**
3 * Plugin Zen-Garden pour Spip 2.0
4 * Licence GPL (c) 2006-2009 Cedric Morin
5 *
6 */
7
8 if (!defined("_ECRIRE_INC_VERSION")) return;
9
10 include_spip('inc/zengarden');
11 include_spip('inc/headers');
12 /**
13 * Lister les thèmes
14 *
15 * @param bool $tous
16 * @return array
17 */
18 function zengarden_liste_themes($tous){
19 return zengarden_charge_themes(_DIR_THEMES,$tous);
20 }
21
22 ?>