source: extensions/gally/piwigo-2.0/theme/grum-dark-II/themeconf.inc.php @ 12446

Last change on this file since 12446 was 4489, checked in by grum, 15 years ago

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

  • Property svn:executable set to *
File size: 382 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'gally',
4  'theme' => 'grum-dark-II',
5  'template_dir' => 'template/gally',
6  'icon_dir' => 'template/gally/theme/grum-dark-II/icon',
7  'admin_icon_dir' => 'template/gally/icon',
8  'mime_icon_dir' => 'template/gally/icon/mimetypes/',
9  'local_head' => '<!-- no theme specific head content -->',
10);
11global $user;
12$user["expand"] = false;
13?>
Note: See TracBrowser for help on using the repository browser.