Changeset 3574


Ignore:
Timestamp:
2002-11-26T14:03:17+13:00 (21 years ago)
Author:
kjdon
Message:

default language for interface now added into config vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/ConfigVars.java

    r3512 r3574  
    1818     * where the sites and interfaces directories live */
    1919    public String gsdl3_home_ = null;
    20     /** the name of the current site */
     20    /** the name of the current site - may be null if the interface talks
     21     * to a communicator */
    2122    public String site_name_=null;
    2223    /** the name of the current interface */
    2324    public String interface_name_=null;
     25    /** the default language of the interface */
     26    public String default_language_ = null;
    2427    /** the xml <config> element containing all the variables */
    2528    public Element config_xml_ = null;
    2629
    27     /** creates the <config> Element containting all the variables*/
     30    /** creates the <config> Element containting the variables
     31     * needed by the xslt stuff */
    2832    public void createXML() {
    2933   
Note: See TracChangeset for help on using the changeset viewer.