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
This commit is contained in:
flop25
2012-07-08 15:47:48 +00:00
parent 6a29edb4d5
commit 97f795f89f
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -2,6 +2,7 @@
$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',
);