Changeset 32387 for extensions/PersoFooter/main.inc.php
- Timestamp:
- Jan 17, 2021, 6:40:25 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PersoFooter/main.inc.php
r32202 r32387 7 7 Author: ddtddt 8 8 Author URI: http://temmii.com/piwigo/ 9 Has Settings: webmaster 9 10 */ 10 11 // +-----------------------------------------------------------------------+ 11 12 // | Perso Footer plugin for Piwigo by TEMMII | 12 13 // +-----------------------------------------------------------------------+ 13 // | Copyright(C) 2011 - 202 0ddtddt http://temmii.com/piwigo/ |14 // | Copyright(C) 2011 - 2021 ddtddt http://temmii.com/piwigo/ | 14 15 // +-----------------------------------------------------------------------+ 15 16 // | This program is free software; you can redistribute it and/or modify | … … 33 34 define('PFT_PATH' , PHPWG_PLUGINS_PATH . PFT_DIR . '/'); 34 35 define('PFT_ADMIN',get_root_url().'admin.php?page=plugin-'.PFT_DIR); 35 36 /* 36 37 add_event_handler('get_admin_plugin_menu_links', 'PFT_admin_menu'); 37 38 function PFT_admin_menu($menu){ … … 42 43 } 43 44 return $menu; 44 } 45 }*/ 45 46 46 47 add_event_handler('loc_end_page_tail', 'pft');
Note: See TracChangeset
for help on using the changeset viewer.