Ignore:
Timestamp:
Jan 18, 2021, 9:05:44 PM (3 years ago)
Author:
ddtddt
Message:

[memories] piwigo 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/memories/main.inc.php

    r32262 r32407  
    77Author: ddtddt
    88Author URI: http://temmii.com/piwigo/
     9Has Settings: webmaster
    910*/
    1011
     
    1213// | Memories for Piwigo by TEMMII                                         |
    1314// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2008-2020 ddtddt               http://temmii.com/piwigo/ |
     15// | Copyright(C) 2020-2021 ddtddt               http://temmii.com/piwigo/ |
    1516// +-----------------------------------------------------------------------+
    1617// | This program is free software; you can redistribute it and/or modify  |
     
    4647
    4748//admin menu
    48 add_event_handler('get_admin_plugin_menu_links', 'pfoya_admin_menu');
    49 
     49/*add_event_handler('get_admin_plugin_menu_links', 'pfoya_admin_menu');
    5050function pfoya_admin_menu($menu){
    5151  if (is_webmaster()){
     
    5757  }
    5858     return $menu;
    59 }
     59}*/
    6060
    6161//public menu
Note: See TracChangeset for help on using the changeset viewer.