Changeset 32708 for extensions/PersoAbout
- Timestamp:
- Jan 8, 2022, 8:36:03 PM (3 years ago)
- Location:
- extensions/PersoAbout
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PersoAbout/admin.php
r32422 r32708 3 3 // | Perso About plugin for piwigo by TEMMII | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2010 - 202 1ddtddt http://temmii.com/piwigo/ |5 // | Copyright(C) 2010 - 2022 ddtddt http://temmii.com/piwigo/ | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | This program is free software; you can redistribute it and/or modify | -
extensions/PersoAbout/language/en_UK/plugin.lang.php
r32422 r32708 3 3 // | Perso About plugin for piwigo by TEMMII | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2010 - 202 1ddtddt http://temmii.com/piwigo/ |5 // | Copyright(C) 2010 - 2022 ddtddt http://temmii.com/piwigo/ | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | This program is free software; you can redistribute it and/or modify | -
extensions/PersoAbout/language/fr_FR/plugin.lang.php
r32422 r32708 3 3 // | Perso About plugin for piwigo by TEMMII | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2010 - 202 1ddtddt http://temmii.com/piwigo/ |5 // | Copyright(C) 2010 - 2022 ddtddt http://temmii.com/piwigo/ | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | This program is free software; you can redistribute it and/or modify | -
extensions/PersoAbout/main.inc.php
r32462 r32708 12 12 // | Perso About plugin for piwigo by TEMMII | 13 13 // +-----------------------------------------------------------------------+ 14 // | Copyright(C) 2010 - 202 1ddtddt http://temmii.com/piwigo/ |14 // | Copyright(C) 2010 - 2022 ddtddt http://temmii.com/piwigo/ | 15 15 // +-----------------------------------------------------------------------+ 16 16 // | This program is free software; you can redistribute it and/or modify | … … 39 39 load_language('plugin.lang', PPA_PATH); 40 40 } 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 50 42 if (script_basename() == 'about'){ 51 43 add_event_handler('loc_end_page_header', 'ppa'); … … 64 56 } 65 57 66 function ppaT($content , &$smarty){58 function ppaT($content){ 67 59 $search = '{$ABOUT_MESSAGE}'; 68 60 $replacement = '<div id="persoabout">{$PERSO_ABOUT}</div>
Note: See TracChangeset
for help on using the changeset viewer.