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', );