source: extensions/Wall/themeconf.inc.php @ 17104

Last change on this file since 17104 was 17104, checked in by Sixpo, 12 years ago
File size: 585 bytes
Line 
1<?php
2
3/*
4
5Theme Name: Wall
6
7Version: auto
8Description: tableau accroché au mur
9
10Theme URI: http://piwigo.org/ext/extension_view.php?eid=624
11Author: Sixpo
12
13Author URI:
14
15*/
16
17$themeconf = array(
18
19  'name' => 'Wall',
20
21  'parent'        => 'default',
22
23  'icon_dir'      => 'themes/Wall/icon',
24
25  'mime_icon_dir' => 'themes/Wall/icon/mimetypes/',
26
27  'local_head'          => 'local_head.tpl',
28
29  );
30
31
32
33$conf['level_separator'] = ' &raquo; ';
34
35$conf['paginate_pages_around'] = 7;
36
37$conf['show_picture_name_on_title'] = false;
38
39$conf['show_thumbnail_caption'] = false;
40
41
42
43?>
44
Note: See TracBrowser for help on using the repository browser.