piwigo/template/yoga/theme/dark/themeconf.inc.php

11 lines
317 B
PHP

<?php
$themeconf = array(
'template' => 'yoga',
'theme' => 'dark',
'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 -->',
);
?>