Changeset 32399


Ignore:
Timestamp:
Jan 17, 2021, 10:19:51 PM (3 years ago)
Author:
ddtddt
Message:

[addjquery] piwigo 11

Location:
extensions/addjquery
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • extensions/addjquery/admin.php

    r32193 r32399  
    33// | Add JQuery plugin for Piwigo by TEMMII                                |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2007 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/addjquery/index.php

    r32193 r32399  
    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/addjquery/language/en_UK/index.php

    r32193 r32399  
    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/addjquery/language/en_UK/plugin.lang.php

    r32193 r32399  
    33// | Add JQuery plugin for Piwigo by TEMMII                                |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2007 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/addjquery/language/fr_FR/index.php

    r32193 r32399  
    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/addjquery/language/fr_FR/plugin.lang.php

    r32193 r32399  
    33// | Add JQuery plugin for Piwigo by TEMMII                                |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2007 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/addjquery/language/index.php

    r32193 r32399  
    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/addjquery/main.inc.php

    r32193 r32399  
    77Author: ddtddt
    88Author URI: http://temmii.com/piwigo/
     9Has Settings: webmaster
    910*/
    1011// +-----------------------------------------------------------------------+
    1112// | Add JQuery plugin for Piwigo by TEMMII                                |
    1213// +-----------------------------------------------------------------------+
    13 // | Copyright(C) 2007 - 2020 ddtddt             http://temmii.com/piwigo/ |
     14// | Copyright(C) 2020 - 2021 ddtddt             http://temmii.com/piwigo/ |
    1415// +-----------------------------------------------------------------------+
    1516// | This program is free software; you can redistribute it and/or modify  |
     
    3839  load_language('plugin.lang', AJQF_PATH);
    3940}
    40 
     41/*
    4142add_event_handler('get_admin_plugin_menu_links', 'AJQF_admin_menu');
    4243function AJQF_admin_menu($menu){
     
    4849  return $menu;
    4950}
    50 
     51*/
    5152add_event_handler('loc_end_page_tail', 'ajqf');
    5253function ajqf(){
  • extensions/addjquery/maintain.class.php

    r32193 r32399  
    33// | Add JQuery plugin for Piwigo by TEMMII                                |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2007 - 2020 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2020 - 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.