|
Revision 13546, 0.5 KB
(checked in by plg, 14 months ago)
|
|
import theme Simple, version 2.0
- adaptation of the theme for Piwigo 2.1
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | Theme Name: Simple Grey |
|---|
| 4 | Version: 2.0 |
|---|
| 5 | Description: Simple Grey theme |
|---|
| 6 | Theme URI: http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo |
|---|
| 7 | Author: Saïmon |
|---|
| 8 | Author 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 | |
|---|
| 21 | global $user; |
|---|
| 22 | $user['maxwidth'] = 680; |
|---|
| 23 | ?> |
|---|