Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: Wall |
---|
4 | Version: auto |
---|
5 | Description: tableau accroché au mur |
---|
6 | Theme URI: http://piwigo.org/ext/extension_view.php?eid=542 |
---|
7 | Author: Sixpo |
---|
8 | Author URI: |
---|
9 | */ |
---|
10 | $themeconf = array( |
---|
11 | 'name' => 'Wall', |
---|
12 | 'parent' => 'default', |
---|
13 | 'icon_dir' => 'themes/default/icon', |
---|
14 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
---|
15 | 'local_head' => 'local_head.tpl', |
---|
16 | ); |
---|
17 | |
---|
18 | $conf['level_separator'] = ' » '; |
---|
19 | $conf['paginate_pages_around'] = 7; |
---|
20 | $conf['show_picture_name_on_title'] = false; |
---|
21 | $conf['show_thumbnail_caption'] = false; |
---|
22 | |
---|
23 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.