Changeset 32405


Ignore:
Timestamp:
Jan 18, 2021, 7:33:28 PM (3 years ago)
Author:
ddtddt
Message:

[custom_contact_link] piwigo 11

Location:
extensions/custom_contact_link
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/custom_contact_link/index.php

    r32165 r32405  
    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/custom_contact_link/language/en_UK/index.php

    r32165 r32405  
    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/custom_contact_link/language/en_UK/plugin.lang.php

    r32165 r32405  
    33// | Custom Contact Link for Piwigo by TEMMII                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2018-2020 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2018-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/custom_contact_link/language/fr_FR/index.php

    r32165 r32405  
    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/custom_contact_link/language/fr_FR/plugin.lang.php

    r32165 r32405  
    33// | Custom Contact Link for Piwigo by TEMMII                                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2018-2020 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2018-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/custom_contact_link/language/index.php

    r32165 r32405  
    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/custom_contact_link/main.inc.php

    r32165 r32405  
    1111// | Custom Contact Link for Piwigo by TEMMII                                  |
    1212// +-----------------------------------------------------------------------+
    13 // | Copyright(C) 2018-2020 ddtddt               http://temmii.com/piwigo/ |
     13// | Copyright(C) 2018-2021 ddtddt               http://temmii.com/piwigo/ |
    1414// +-----------------------------------------------------------------------+
    1515// | This program is free software; you can redistribute it and/or modify  |
Note: See TracChangeset for help on using the changeset viewer.