Ignore:
Timestamp:
Jan 8, 2022, 8:36:03 PM (2 years ago)
Author:
ddtddt
Message:

[PersoAbout] check for piwigo 12

Location:
extensions/PersoAbout
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/PersoAbout/admin.php

    r32422 r32708  
    33// | Perso About plugin for piwigo by TEMMII                               |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2010 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2010 - 2022 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/PersoAbout/language/en_UK/plugin.lang.php

    r32422 r32708  
    33// | Perso About plugin for piwigo by TEMMII                               |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2010 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2010 - 2022 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/PersoAbout/language/fr_FR/plugin.lang.php

    r32422 r32708  
    33// | Perso About plugin for piwigo by TEMMII                               |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2010 - 2021 ddtddt             http://temmii.com/piwigo/ |
     5// | Copyright(C) 2010 - 2022 ddtddt             http://temmii.com/piwigo/ |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
  • extensions/PersoAbout/main.inc.php

    r32462 r32708  
    1212// | Perso About plugin for piwigo by TEMMII                               |
    1313// +-----------------------------------------------------------------------+
    14 // | Copyright(C) 2010 - 2021 ddtddt             http://temmii.com/piwigo/ |
     14// | Copyright(C) 2010 - 2022 ddtddt             http://temmii.com/piwigo/ |
    1515// +-----------------------------------------------------------------------+
    1616// | This program is free software; you can redistribute it and/or modify  |
     
    3939  load_language('plugin.lang', PPA_PATH);
    4040}
    41 /*
    42 add_event_handler('get_admin_plugin_menu_links', 'PA_admin_menu');
    43 function PA_admin_menu($menu){
    44   array_push($menu, array(
    45         'NAME' => l10n('ppa_h2'),
    46     'URL' => get_admin_plugin_menu_link(PPA_PATH . 'admin.php')));
    47   return $menu;
    48 }
    49 */
     41
    5042if (script_basename() == 'about'){
    5143  add_event_handler('loc_end_page_header', 'ppa');
     
    6456}
    6557
    66 function ppaT($content, &$smarty){
     58function ppaT($content){
    6759  $search = '{$ABOUT_MESSAGE}';
    6860  $replacement = '<div id="persoabout">{$PERSO_ABOUT}</div>
Note: See TracChangeset for help on using the changeset viewer.