diff options
author | plegall <plg@piwigo.org> | 2010-03-22 09:03:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-22 09:03:00 +0000 |
commit | 74e07f090b0908f4e82dafe309e2ccc72c160e16 (patch) | |
tree | 9a56da3bb04dc136e87b534b7f36d19f678274c9 /admin/images | |
parent | d3104275c0c496a0978a56c58c8b9440ce4e26cf (diff) |
move the logo outside the text, to make the text easier to read.
The footer logo was going outside the footer (the footer is 46px in height,
the logo is 45px, it has to be sticked to bottom)
git-svn-id: http://piwigo.org/svn/trunk@5246 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/images')
-rw-r--r-- | admin/images/index.php | 30 | ||||
-rw-r--r-- | admin/images/piwigo-logo-simply-45.png | bin | 3872 -> 0 bytes |
2 files changed, 0 insertions, 30 deletions
diff --git a/admin/images/index.php b/admin/images/index.php deleted file mode 100644 index 17747c927..000000000 --- a/admin/images/index.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 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/admin/images/piwigo-logo-simply-45.png b/admin/images/piwigo-logo-simply-45.png Binary files differdeleted file mode 100644 index eb9cc48f3..000000000 --- a/admin/images/piwigo-logo-simply-45.png +++ /dev/null |