source: extensions/gally/theme/lapis-lazuli/themeconf.inc.php @ 4489

Last change on this file since 4489 was 4489, checked in by grum, 14 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: 458 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'gally',
4  'theme' => 'lapis-lazuli',
5  'template_dir' => 'template/gally',
6  'icon_dir' => 'template/gally/theme/lapis-lazuli/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);
11
12global $user;
13$user["expand"] = true; /* Forced to assign subcategory links inside each category on index page */
14?>
Note: See TracBrowser for help on using the repository browser.