Ignore:
Timestamp:
2010-03-01T14:53:47+13:00 (14 years ago)
Author:
kjdon
Message:

now use icon macros for srcicon

File:
1 edited

Legend:

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

    r18320 r21746  
    139139    $doc_obj->add_metadata ($top_section, "srclink", "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/[SourceFile]\">");
    140140    $doc_obj->add_metadata ($top_section, "/srclink", "</a>");
    141     # srcicon (need to include "iogg.gif" in the greenstone images directory
    142     $doc_obj->add_metadata ($top_section, "srcicon", "<img src=\"_httpprefix_/images/iogg.gif\" title=\"Download\" border=0>");
     141    $doc_obj->add_metadata ($top_section, "srcicon", "_iconogg_");
    143142
    144143    # add dummy text and NoText metadata which can be used to suppress the dummy text
Note: See TracChangeset for help on using the changeset viewer.