Changeset 32641 for extensions/Copyrights
- Timestamp:
- Nov 13, 2021, 12:19:10 PM (3 years ago)
- Location:
- extensions/Copyrights
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Copyrights/batch_single.php
r11794 r32641 16 16 17 17 // Insert the copyright selector to the template 18 function CR_batch_single($content , &$smarty)18 function CR_batch_single($content) 19 19 { 20 20 $search = "#<td><strong>{'Creation date'#"; -
extensions/Copyrights/image.php
r31939 r32641 15 15 16 16 // Insert the template for the copyright display 17 function copyrights_add_to_pic_info($content , &$smarty)17 function copyrights_add_to_pic_info($content) 18 18 { 19 19 // Add the information after the author - so before the createdate -
extensions/Copyrights/main.inc.php
r21627 r32641 7 7 Author: Mattias & J.Commelin (Deltaworks Online Foundation) <www.deltaworks.org> 8 8 Author URI: http://www.watergallery.nl/piwigo/plugins/copyrights/ 9 Has Settings: true 9 10 */ 10 11 // +-----------------------------------------------------------------------+ -
extensions/Copyrights/modify.php
r22300 r32641 14 14 } 15 15 16 function CR_modify($content , &$smarty)16 function CR_modify($content) 17 17 { 18 18 $search = "#<strong>{'Creation date'#"; // Not ideal, but ok for now :)
Note: See TracChangeset
for help on using the changeset viewer.