Ignore:
Timestamp:
2010-08-17T17:05:03+12:00 (14 years ago)
Author:
mdewsnip
Message:

Removed some old (commented out) "[srclink]" code, as part of tidying up the dmsafe stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/ImageConverter.pm

    r22450 r22655  
    243243    }
    244244
    245 
    246     #$doc_obj->add_metadata ($section, "srclink", "<a href=\"_httpprefix_/collect/[collection]/index/assoc/$assocfilemeta/[Image]\">");
    247     #$doc_obj->add_metadata ($section, "/srclink", "</a>");
    248245    $doc_obj->add_metadata ($section, "srclink_file", "[Image]");
    249246    $doc_obj->add_metadata ($section, "srcicon", "<img src=\"_httpprefix_/collect/[collection]/index/assoc/$assocfilemeta/[Image]\" width=\"[ImageWidth]\" height=\"[ImageHeight]\">");
Note: See TracChangeset for help on using the changeset viewer.