piwigo/themes/default/themeconf.inc.php
flop25 97f795f89f adding a conf img_dir and a loader : ajax-loader-big.gif 128x128
bug:2684

git-svn-id: http://piwigo.org/svn/trunk@16502 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 15:47:48 +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',
);
?>