piwigo/template/yoga/theme/wipi/themeconf.inc.php
vdigital bec5bbec36 Proposal: A new theme
git-svn-id: http://piwigo.org/svn/trunk@1683 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-12-30 18:26:49 +00:00

11 lines
327 B
PHP

<?php
$themeconf = array(
'template' => 'yoga',
'theme' => 'wipi',
'template_dir' => 'template/yoga',
'icon_dir' => 'template/yoga/icon',
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
'local_head' => '<!-- no theme specific head content -->'
);
?>