diff options
Diffstat (limited to 'themes/default/themeconf.inc.php')
-rw-r--r-- | themes/default/themeconf.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/themeconf.inc.php b/themes/default/themeconf.inc.php index 3bd69eddd..7d759f14e 100644 --- a/themes/default/themeconf.inc.php +++ b/themes/default/themeconf.inc.php @@ -3,6 +3,7 @@ $themeconf = array( 'name' => 'default', 'icon_dir' => 'themes/default/icon', 'img_dir' => 'themes/default/images', + 'loading_img' => 'themes/default/images/359_s.png', 'mime_icon_dir' => 'themes/default/icon/mimetypes/', 'local_head' => 'local_head.tpl', ); |