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

[PersoFooter] piwigo 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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');
Note: See TracChangeset for help on using the changeset viewer.