Changeset 11163


Ignore:
Timestamp:
Jun 1, 2011, 1:15:04 AM (13 years ago)
Author:
Sixpo
Message:
 
Location:
extensions/Metal
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • extensions/Metal/icon/index.php

    r11110 r11163  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
     3// | Piwigo - a PHP based photo gallery                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
    66// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
    77// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
  • extensions/Metal/index.php

    r11110 r11163  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    6 // +-----------------------------------------------------------------------+
    7 // | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
    8 // | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
    9 // | last modifier : $Author: rub $
    10 // | revision      : $Revision: 1912 $
    11 // +-----------------------------------------------------------------------+
    12 // | This program is free software; you can redistribute it and/or modify  |
    13 // | it under the terms of the GNU General Public License as published by  |
    14 // | the Free Software Foundation                                          |
    15 // |                                                                       |
    16 // | This program is distributed in the hope that it will be useful, but   |
    17 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    19 // | General Public License for more details.                              |
    20 // |                                                                       |
    21 // | You should have received a copy of the GNU General Public License     |
    22 // | along with this program; if not, write to the Free Software           |
    23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    24 // | USA.                                                                  |
     2
    253// +-----------------------------------------------------------------------+
    264
     5// | PhpWebGallery - a PHP based picture gallery                           |
     6
     7// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     8
     9// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     10
     11// +-----------------------------------------------------------------------+
     12
     13// | file          : $Id: index.php 1912 2007-03-16 06:30:07Z rub $
     14
     15// | last update   : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $
     16
     17// | last modifier : $Author: rub $
     18
     19// | revision      : $Revision: 1912 $
     20
     21// +-----------------------------------------------------------------------+
     22
     23// | This program is free software; you can redistribute it and/or modify  |
     24
     25// | it under the terms of the GNU General Public License as published by  |
     26
     27// | the Free Software Foundation                                          |
     28
     29// |                                                                       |
     30
     31// | This program is distributed in the hope that it will be useful, but   |
     32
     33// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     34
     35// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     36
     37// | General Public License for more details.                              |
     38
     39// |                                                                       |
     40
     41// | You should have received a copy of the GNU General Public License     |
     42
     43// | along with this program; if not, write to the Free Software           |
     44
     45// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     46
     47// | USA.                                                                  |
     48
     49// +-----------------------------------------------------------------------+
     50
     51
     52
    2753// Recursive call
     54
    2855$url = '../';
     56
    2957header( 'Request-URI: '.$url );
     58
    3059header( 'Content-Location: '.$url );
     60
    3161header( 'Location: '.$url );
     62
    3263exit();
     64
    3365?>
     66
  • extensions/Metal/theme.css

    r11112 r11163  
    1010  << May the Little SpaceFrog be with you >>
    1111----------------------------------------------------------------------------- */
    12 
     12@import "iconset.css";
    1313/* text color */
    1414BODY, H1, H3, DT,
  • extensions/Metal/themeconf.inc.php

    r11110 r11163  
    11<?php
     2
    23/*
     4
    35Theme Name: Metal
     6
    47Version: auto
    5 Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=553
     8Theme URI: http://piwigo.org/ext/extension_view.php?eid=553
    69Author: Sixpo
     10
    711Author URI:
     12
    813*/
    914
     15
     16
    1017$themeconf = array(
     18
    1119  'theme' => 'Metal',
     20
    1221  'parent' => 'default',
     22
    1323  'icon_dir' => 'themes/Metal/icon',
     24
    1425);
     26
    1527?>
     28
Note: See TracChangeset for help on using the changeset viewer.