source: trunk/template/public/yoga/theme/dark/themeconf.inc.php @ 1363

Last change on this file since 1363 was 1363, checked in by nikrou, 18 years ago

Issue 426: first step; separation of admin and public into two templates
Need to simplify and delete files not needed

  • Property svn:eol-style set to native
File size: 239 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'dark',
5  'icon_dir' => 'template/public/yoga/icon',
6  'admin_icon_dir' => 'template/public/yoga/icon/admin',
7  'mime_icon_dir' => 'template/public/yoga/icon/mimetypes/'
8);
9?>
Note: See TracBrowser for help on using the repository browser.