Changeset 11656 for extensions/Copyrights/image.php
- Timestamp:
- Jul 7, 2011, 1:27:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Copyrights/image.php
r11635 r11656 3 3 This php file will insert the names of the copyrights into the images description, 4 4 so you can see below the image what copyright it has. 5 6 Mattias7 8 thanks to the AddInfo plugin by ddtddt!9 5 */ 10 6 11 // What do these prefilters do? 12 // First they use loc_begin_picture to set some template variables 13 // Then they use the same event to set a prefilter, who on his turn will change the content 14 15 // Add a prefilter - whatever a prefilter may be 7 // Add a prefilter 16 8 add_event_handler('loc_begin_picture', 'copyrights_set_prefilter_add_to_pic_info', 55 ); 17 9
Note: See TracChangeset
for help on using the changeset viewer.