Changeset 21759
- Timestamp:
- 03.03.2010 11:06:59 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/FavouritesPlugin.pm
r21757 r21759 93 93 $doc_obj->add_metadata($section, "URL", $url); 94 94 95 # Add srclink metadata for an automatic link to the webpage95 # Add weblink metadata for an automatic link to the webpage 96 96 $doc_obj->add_utf8_metadata($section, "weblink", "<a href=\"$url\">"); 97 97 $doc_obj->add_utf8_metadata($section, "webicon", "_iconworld_");
