aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/themeconf.inc.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-01-29 18:35:50 +0000
committerflop25 <flop25@piwigo.org>2013-01-29 18:35:50 +0000
commit6b1b98df15686a020341e96c60203b855efed088 (patch)
tree89679366be8da7d5640395f66cd55b3c258edca2 /themes/default/themeconf.inc.php
parent4708e6c75e7a681b44a5cd3631209dc64a5fbc1b (diff)
moved inline css in theme.css
removed useless theme conf ready for rc git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/default/themeconf.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/themeconf.inc.php b/themes/default/themeconf.inc.php
index 7d759f14e..3bd69eddd 100644
--- a/themes/default/themeconf.inc.php
+++ b/themes/default/themeconf.inc.php
@@ -3,7 +3,6 @@ $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',
);