diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-13 00:23:05 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-13 00:23:05 +0000 |
commit | 5958c85b7fe75dbbfed35a7b896659ccaf4f6bda (patch) | |
tree | 2ec6bed9f793ae05bf9e18242b1e25af9d00fd28 /themes | |
parent | 14778ce673277f2df41f963aa70df1cbed427294 (diff) |
feature 1502
Remove automatic file creation for local-layout.css during install or upgrade.php.
Move icon/admin directory from default theme.
git-svn-id: http://piwigo.org/svn/trunk@5124 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/default-colors.css | 4 | ||||
-rw-r--r-- | themes/default/icon/admin/index.php | 30 | ||||
-rw-r--r-- | themes/default/icon/errors.png (renamed from themes/default/icon/admin/errors.png) | bin | 3249 -> 3249 bytes | |||
-rw-r--r-- | themes/default/icon/infos.png (renamed from themes/default/icon/admin/infos.png) | bin | 2250 -> 2250 bytes |
4 files changed, 2 insertions, 32 deletions
diff --git a/themes/default/default-colors.css b/themes/default/default-colors.css index cc094cf0e..8cd022867 100644 --- a/themes/default/default-colors.css +++ b/themes/default/default-colors.css @@ -51,7 +51,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate font-weight: bold; margin: 5px; border: 1px solid red; - background-image: url(icon/admin/errors.png); + background-image: url(icon/errors.png); background-repeat: no-repeat; background-position: top right; padding: 10px 50px 10px 10px; @@ -63,7 +63,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate .infos { color: #002000; background-color: #98fb98; /* palegreen */ - background-image: url(icon/admin/infos.png); + background-image: url(icon/infos.png); background-repeat: no-repeat; background-position: top right; margin: 5px; diff --git a/themes/default/icon/admin/index.php b/themes/default/icon/admin/index.php deleted file mode 100644 index 871b52b6a..000000000 --- a/themes/default/icon/admin/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | -// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | -// +-----------------------------------------------------------------------+ -// | This program is free software; you can redistribute it and/or modify | -// | it under the terms of the GNU General Public License as published by | -// | the Free Software Foundation | -// | | -// | This program is distributed in the hope that it will be useful, but | -// | WITHOUT ANY WARRANTY; without even the implied warranty of | -// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | -// | General Public License for more details. | -// | | -// | You should have received a copy of the GNU General Public License | -// | along with this program; if not, write to the Free Software | -// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | -// | USA. | -// +-----------------------------------------------------------------------+ - -// Recursive call -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/themes/default/icon/admin/errors.png b/themes/default/icon/errors.png Binary files differindex 3c8a37df5..3c8a37df5 100644 --- a/themes/default/icon/admin/errors.png +++ b/themes/default/icon/errors.png diff --git a/themes/default/icon/admin/infos.png b/themes/default/icon/infos.png Binary files differindex dc8c8a457..dc8c8a457 100644 --- a/themes/default/icon/admin/infos.png +++ b/themes/default/icon/infos.png |