Changeset 32391


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

[meta] piwigo 11

Location:
extensions/manage_properties_photos
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • extensions/manage_properties_photos/admin/index.php

    r32135 r32391  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/manage_properties_photos/include/function.aip.inc.php

    r32135 r32391  
    44// | Manage Properties Photos plugin for Piwigo by TEMMII                  |
    55// +-----------------------------------------------------------------------+
    6 // | Copyright(C) 2007-2020 ddtddt               http://temmii.com/piwigo/ |
     6// | Copyright(C) 2007-2021 ddtddt               http://temmii.com/piwigo/ |
    77// +-----------------------------------------------------------------------+
    88// | This program is free software; you can redistribute it and/or modify  |
  • extensions/manage_properties_photos/include/index.php

    r32135 r32391  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/manage_properties_photos/index.php

    r32135 r32391  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • 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);
  • extensions/manage_properties_photos/initpicture.php

    r32204 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  |
  • extensions/manage_properties_photos/language/en_UK/index.php

    r32135 r32391  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/manage_properties_photos/language/en_UK/plugin.lang.php

    r32208 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  |
  • extensions/manage_properties_photos/language/fr_FR/index.php

    r32135 r32391  
    11<?php
    2 // +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    92// Recursive call
    103$url = '../';
  • extensions/manage_properties_photos/language/fr_FR/plugin.lang.php

    r32180 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  |
  • extensions/manage_properties_photos/language/index.php

    r32135 r32391  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | This file is part of Piwigo.                                          |
    4 // |                                                                       |
    5 // | For copyright and license information, please view the COPYING.txt    |
    6 // | file that was distributed with this source code.                      |
    7 // +-----------------------------------------------------------------------+
    8 
    93// Recursive call
    104$url = '../';
  • extensions/manage_properties_photos/main.inc.php

    r32188 r32391  
    77Author: ddtddt
    88Author URI: http://temmii.com/piwigo/
     9Has Settings: webmaster
    910*/
    1011
     
    1213// | Manage Properties Photos plugin for Piwigo by TEMMII                  |
    1314// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2007-2020 ddtddt               http://temmii.com/piwigo/ |
     15// | Copyright(C) 2007-2021 ddtddt               http://temmii.com/piwigo/ |
    1516// +-----------------------------------------------------------------------+
    1617// | This program is free software; you can redistribute it and/or modify  |
  • extensions/manage_properties_photos/maintain.class.php

    r32205 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  |
Note: See TracChangeset for help on using the changeset viewer.