Changeset 32402 for extensions


Ignore:
Timestamp:
Jan 18, 2021, 6:49:10 PM (3 years ago)
Author:
ddtddt
Message:

[block_search] piwigo 11

Location:
extensions/block_search
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • extensions/block_search/blocksearch/index.php

    r32166 r32402  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/block_search/blocksearch/main.inc.php

    r32166 r32402  
    11<?php
    2 
     2// +-----------------------------------------------------------------------+
     3// |Block search for Piwigo by TEMMII                                      |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
     6// +-----------------------------------------------------------------------+
     7// | This program is free software; you can redistribute it and/or modify  |
     8// | it under the terms of the GNU General Public License as published by  |
     9// | the Free Software Foundation                                          |
     10// |                                                                       |
     11// | This program is distributed in the hope that it will be useful, but   |
     12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     14// | General Public License for more details.                              |
     15// |                                                                       |
     16// | You should have received a copy of the GNU General Public License     |
     17// | along with this program; if not, write to the Free Software           |
     18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     19// | USA.                                                                  |
     20// +-----------------------------------------------------------------------+
    321if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    422
    523$block['TEMPLATE'] = realpath(BSEARCH_PATH.'/blocksearch/stuffs_search.tpl');
    624
    7 
    825?>
  • extensions/block_search/index.php

    r32166 r32402  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/block_search/language/en_UK/index.php

    r32166 r32402  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/block_search/language/en_UK/plugin.lang.php

    r32322 r32402  
    33// |Block search for Piwigo by TEMMII                                      |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2020 ddtddt                    http://temmii.com/piwigo/ |
     5// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/block_search/language/fr_FR/index.php

    r32166 r32402  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/block_search/language/index.php

    r32166 r32402  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/block_search/main.inc.php

    r32166 r32402  
    1212// |Block search for Piwigo by TEMMII                                      |
    1313// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2020 ddtddt                    http://temmii.com/piwigo/ |
     14// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
    1515// +-----------------------------------------------------------------------+
    1616// | This program is free software; you can redistribute it and/or modify  |
     
    3939
    4040  global $pwg_loaded_plugins;
    41 
     41var_dump ($pwg_loaded_plugins);
    4242if (isset($pwg_loaded_plugins['PWG_Stuffs'])){
    4343
     
    5858  }     
    5959}
    60 
    61 
    62 
    63 
    64    
    65 
    66 
    67 
    68 
    69 
Note: See TracChangeset for help on using the changeset viewer.