Changeset 32419


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

[searcht1menu] piwigo 11

Location:
extensions/searcht1menu
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/searcht1menu/index.php

    r32117 r32419  
    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/searcht1menu/language/en_UK/index.php

    r32117 r32419  
    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/searcht1menu/language/fr_FR/index.php

    r32117 r32419  
    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/searcht1menu/language/index.php

    r32117 r32419  
    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/searcht1menu/main.inc.php

    r32117 r32419  
    1212// | Search 1 menu for Piwigo by TEMMII                                    |
    1313// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2008-2020 ddtddt               http://temmii.com/piwigo/ |
     14// | Copyright(C) 2008-2021 ddtddt               http://temmii.com/piwigo/ |
    1515// +-----------------------------------------------------------------------+
    1616// | This program is free software; you can redistribute it and/or modify  |
  • extensions/searcht1menu/template/index.php

    r32117 r32419  
    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 = '../';
Note: See TracChangeset for help on using the changeset viewer.