source: extensions/simple_themes/simple/themeconf.inc.php @ 13546

Last change on this file since 13546 was 13546, checked in by plg, 12 years ago

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
File size: 555 bytes
Line 
1<?php
2/*
3Theme Name: Simple Grey
4Version: 2.0
5Description: Simple Grey theme
6Theme URI: http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo
7Author: Saïmon
8Author URI: http://saimon.org/
9*/
10
11$themeconf = array(
12  /* 'parent' => 'default', */
13  'name' => 'simple-grey',
14  'theme_dir' => 'simple',
15  'icon_dir' => 'themes/simple/icon',
16  'admin_icon_dir' => 'themes/default/icon/admin',
17  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
18  'url' => 'http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo'
19);
20
21global $user;
22$user['maxwidth'] = 680;
23?>
Note: See TracBrowser for help on using the repository browser.