Changeset 32382


Ignore:
Timestamp:
Jan 17, 2021, 1:56:26 PM (3 years ago)
Author:
ddtddt
Message:

[add_head_element] piwigo 11

Location:
extensions/add_head_element
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/add_head_element/admin.php

    r32332 r32382  
    33// | Add < head > element 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/add_head_element/language/en_UK/plugin.lang.php

    r32332 r32382  
    33// | Add < head > element 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/add_head_element/language/fr_FR/plugin.lang.php

    r32332 r32382  
    33// | Add < head > element 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/add_head_element/main.inc.php

    r32332 r32382  
    77Author: ddtddt
    88Author URI: http://temmii.com/piwigo/
     9Has Settings: webmaster
    910*/
    1011
     
    1213// | Add < head > element plugin for piwigo by TEMMII                      |
    1314// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2011 - 2020 ddtddt             http://temmii.com/piwigo/ |
     15// | Copyright(C) 2011 - 2021 ddtddt             http://temmii.com/piwigo/ |
    1516// +-----------------------------------------------------------------------+
    1617// | This program is free software; you can redistribute it and/or modify  |
     
    4142  load_language('plugin.lang', AHE_PATH);
    4243}
    43 
     44/*
    4445add_event_handler('get_admin_plugin_menu_links', 'AHE_admin_menu');
    4546function AHE_admin_menu($menu){
     
    5253  }
    5354  return $menu;
    54 }
     55}*/
    5556
    5657
  • extensions/add_head_element/maintain.class.php

    r32332 r32382  
    33// | Add < head > element 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.