piwigo/themes/default/themeconf.inc.php
flop25 6b1b98df15 moved inline css in theme.css
removed useless theme conf
ready for rc

git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29 18:35:50 +00:00

9 lines
246 B
PHP

<?php
$themeconf = array(
'name' => 'default',
'icon_dir' => 'themes/default/icon',
'img_dir' => 'themes/default/images',
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
'local_head' => 'local_head.tpl',
);
?>