Changeset 32387


Ignore:
Timestamp:
Jan 17, 2021, 6:40:25 PM (3 years ago)
Author:
ddtddt
Message:

[PersoFooter] piwigo 11

Location:
extensions/PersoFooter
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • extensions/PersoFooter/admin.php

    r32179 r32387  
    33// | Perso Footer plugin for Piwigo by TEMMII                              |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/PersoFooter/index.php

    r32179 r32387  
    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/PersoFooter/language/en_UK/index.php

    r32179 r32387  
    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/PersoFooter/language/en_UK/plugin.lang.php

    r32179 r32387  
    33// | Perso Footer plugin for Piwigo by TEMMII                              |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/PersoFooter/language/fr_FR/index.php

    r32179 r32387  
    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/PersoFooter/language/fr_FR/plugin.lang.php

    r32179 r32387  
    33// | Perso Footer plugin for Piwigo by TEMMII                              |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/PersoFooter/language/index.php

    r32179 r32387  
    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/PersoFooter/main.inc.php

    r32202 r32387  
    77Author: ddtddt
    88Author URI: http://temmii.com/piwigo/
     9Has Settings: webmaster
    910*/
    1011// +-----------------------------------------------------------------------+
    1112// | Perso Footer plugin for Piwigo by TEMMII                              |
    1213// +-----------------------------------------------------------------------+
    13 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     14// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    1415// +-----------------------------------------------------------------------+
    1516// | This program is free software; you can redistribute it and/or modify  |
     
    3334define('PFT_PATH' , PHPWG_PLUGINS_PATH . PFT_DIR . '/');
    3435define('PFT_ADMIN',get_root_url().'admin.php?page=plugin-'.PFT_DIR);
    35 
     36/*
    3637add_event_handler('get_admin_plugin_menu_links', 'PFT_admin_menu');
    3738function PFT_admin_menu($menu){
     
    4243  }
    4344  return $menu;
    44 }
     45}*/
    4546
    4647add_event_handler('loc_end_page_tail', 'pft');
  • extensions/PersoFooter/maintain.class.php

    r32179 r32387  
    33// | Perso Footer plugin for Piwigo by TEMMII                              |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
Note: See TracChangeset for help on using the changeset viewer.