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

should be using assocfilepath instead of archivedir

File:
1 edited

Legend:

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

    r21315 r21742  
    10881088        my ($pre_doc_ext) = ($file_extended_ext =~ m/^(.*)\..*$/);
    10891089        my ($doc_ext) = ($tail_filename =~ m/^.*\.(.*)$/);
    1090         my $start_doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/{Or}{[parent(Top):archivedir],[archivedir]}/$url_tail_filename\">";
     1090        my $start_doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/{Or}{[parent(Top):assocfilepath],[assocfilepath]}/$url_tail_filename\">";
    10911091        my $srcicon = "_icon".$doc_ext."_";
    10921092        my $end_doclink = "</a>";
Note: See TracChangeset for help on using the changeset viewer.