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/themeconf.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/default/themeconf.inc.php') 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