Ignore:
Timestamp:
Jan 17, 2021, 9:01:50 PM (3 years ago)
Author:
ddtddt
Message:

[meta] piwigo 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/initadmin.php

    r32221 r32391  
    33// | Manage Properties Photos plugin for Piwigo by TEMMII                  |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2007-2020 ddtddt               http://temmii.com/piwigo/ |
     5// | Copyright(C) 2007-2021 ddtddt               http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2121
    2222//add admin menu
     23/*
    2324add_event_handler('get_admin_plugin_menu_links', 'add_info_photo_admin_menu');
    24 
    2525function add_info_photo_admin_menu($menu){
    2626  if (is_webmaster()){
     
    3333     return $menu;
    3434}
    35 
     35*/
    3636add_event_handler('tabsheet_before_select', 'aip_tabsheet_before_select',
    3737    EVENT_HANDLER_PRIORITY_NEUTRAL);
Note: See TracChangeset for help on using the changeset viewer.