diff options
author | flop25 <flop25@piwigo.org> | 2013-01-29 18:35:50 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-01-29 18:35:50 +0000 |
commit | 6b1b98df15686a020341e96c60203b855efed088 (patch) | |
tree | 89679366be8da7d5640395f66cd55b3c258edca2 /themes/default/themeconf.inc.php | |
parent | 4708e6c75e7a681b44a5cd3631209dc64a5fbc1b (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 'themes/default/themeconf.inc.php')
-rw-r--r-- | themes/default/themeconf.inc.php | 1 |
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', ); |