Ignore:
Timestamp:
Jul 7, 2011, 1:27:50 PM (13 years ago)
Author:
J.Commelin
Message:

Refactored code and added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/image.php

    r11635 r11656  
    33This php file will insert the names of the copyrights into the images description,
    44so you can see below the image what copyright it has.
    5 
    6 Mattias
    7 
    8 thanks to the AddInfo plugin by ddtddt!
    95*/
    106
    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
    168add_event_handler('loc_begin_picture', 'copyrights_set_prefilter_add_to_pic_info', 55 );
    179
Note: See TracChangeset for help on using the changeset viewer.