Ignore:
Timestamp:
2009-07-13T10:25:21+12:00 (15 years ago)
Author:
oranfry
Message:

initial implementation of support for site-level metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/action/DocumentAction.java

    r19639 r19984  
    8585    // just in case there are some that need to get passed to the services
    8686    HashMap service_params = (HashMap)params.get("s0");
     87
    8788   
    8889    String has_rl = null;
     
    131132        }
    132133    }
     134
     135    //append site metadata
     136    addSiteMetadata( page_response, lang, uid);
     137
    133138    // get the additional data needed for the page
    134139    getBackgroundData(page_response, collection, lang, uid);
Note: See TracChangeset for help on using the changeset viewer.