Ignore:
Timestamp:
Jun 29, 2014, 4:27:15 PM (10 years ago)
Author:
mistic100
Message:

update header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/theme_switch/trunk/main.inc.php

    r21355 r28852  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | Piwigo - a PHP based picture gallery                                  |
    4 // | Theme switch plugin                                                   |
    5 // +-----------------------------------------------------------------------+
    6 // | Copyright(C) 2012      Piwigo Team                  http://piwigo.org |
    7 // | Copyright(C) 2010      Pavel Budka               http://budkovi.ic.cz |
    8 // +-----------------------------------------------------------------------+
    9 // | This program is free software; you can redistribute it and/or modify  |
    10 // | it under the terms of the GNU General Public License as published by  |
    11 // | the Free Software Foundation                                          |
    12 // |                                                                       |
    13 // | This program is distributed in the hope that it will be useful, but   |
    14 // | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    15 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    16 // | General Public License for more details.                              |
    17 // |                                                                       |
    18 // | You should have received a copy of the GNU General Public License     |
    19 // | along with this program; if not, write to the Free Software           |
    20 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    21 // | USA.                                                                  |
    22 // +-----------------------------------------------------------------------+
    23 
    242/*
    253Plugin Name: Theme Switch
    264Version: auto
    275Description: Lets users change the theme of the gallery via menu on home page. The switch can show theme names or theme icons, depends on configuration.
    28 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=257
     6Plugin URI: auto
    297Author: Pavel Budka & Mistic
    30 Author URI: http://budkovi.ic.cz
    318*/
    329
     
    3512// in your local configuration
    3613
    37 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     14defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
    3815
    3916if (mobile_theme())
     
    4825add_event_handler('user_init', 'theme_controler_switch');
    4926add_event_handler('loc_end_index', 'theme_controler_init');
    50 
    51 ?>
Note: See TracChangeset for help on using the changeset viewer.