Ignore:
Timestamp:
Jul 25, 2012, 8:13:26 PM (12 years ago)
Author:
Sixpo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Wall/Wall/themeconf.inc.php

    r17020 r17058  
    11<?php
    2 
    32/*
    43Theme Name: Wall
    54Version: auto
    6 Description: Wall
     5Description: tableau accroché au mur
    76Theme URI: http://piwigo.org/ext/extension_view.php?eid=542
    87Author: Sixpo
    98Author URI:
    109*/
     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  );
    1117
    12 $themeconf = array(
    13 'theme' => 'Wall',
    14 'parent' => 'default',
    15 'icon_dir' => 'themes/Wall/icon',
    16 );
     18$conf['level_separator'] = ' &raquo; ';
     19$conf['paginate_pages_around'] = 7;
     20$conf['show_picture_name_on_title'] = false;
     21$conf['show_thumbnail_caption'] = false;
    1722
    1823?>
    19 
Note: See TracChangeset for help on using the changeset viewer.