From 97f795f89fa449abc8b35436f2cea7104adeea56 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 8 Jul 2012 15:47:48 +0000 Subject: 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 --- themes/default/images/ajax-loader-big.gif | Bin 0 -> 85105 bytes themes/default/themeconf.inc.php | 1 + 2 files changed, 1 insertion(+) create mode 100644 themes/default/images/ajax-loader-big.gif diff --git a/themes/default/images/ajax-loader-big.gif b/themes/default/images/ajax-loader-big.gif new file mode 100644 index 000000000..1b82b5d76 Binary files /dev/null and b/themes/default/images/ajax-loader-big.gif differ 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', ); -- cgit v1.2.3