piwigo/themes/default/themeconf.inc.php
flop25 b5025b2947 merge r16502 from trunk to branch 2.4
adding a conf img_dir and a loader : ajax-loader-big.gif 128x128
    bug:2684

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