From b5025b2947285dc5958e1e2f871f3de54bff971f Mon Sep 17 00:00:00 2001 From: flop25 Date: Sun, 8 Jul 2012 15:50:56 +0000 Subject: 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 --- 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 (limited to 'themes') 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