diff options
author | flop25 <flop25@piwigo.org> | 2012-07-08 15:47:48 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-07-08 15:47:48 +0000 |
commit | 97f795f89fa449abc8b35436f2cea7104adeea56 (patch) | |
tree | 7da2b649e22b539c82c03404845d694469c787f3 /themes/default | |
parent | 6a29edb4d53488ae19c517bf7fba02bd112d67f6 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | themes/default/images/ajax-loader-big.gif | bin | 0 -> 85105 bytes | |||
-rw-r--r-- | themes/default/themeconf.inc.php | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/images/ajax-loader-big.gif b/themes/default/images/ajax-loader-big.gif Binary files differnew file mode 100644 index 000000000..1b82b5d76 --- /dev/null +++ b/themes/default/images/ajax-loader-big.gif diff --git a/themes/default/themeconf.inc.php b/themes/default/themeconf.inc.php index 50ab59819..3bd69eddd 100644 --- a/themes/default/themeconf.inc.php +++ b/themes/default/themeconf.inc.php @@ -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', ); |