Changeset 7088


Ignore:
Timestamp:
2004-03-17T13:38:03+13:00 (20 years ago)
Author:
kjdon
Message:

added a lang arg to the home page url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java

    r6845 r7088  
    629629    }
    630630    // Remember to add unique timestamp
    631     homepage = Gatherer.config.exec_address.toString() + "?a=p&p=about&c=" + current_collection.getName()+extra_args + StaticStrings.TIMESTAMP_ARGUMENT + System.currentTimeMillis();
     631    homepage = Gatherer.config.exec_address.toString() + "?a=p&p=about&c=" + current_collection.getName()+"&l="+Gatherer.config.getLanguage()+extra_args + StaticStrings.TIMESTAMP_ARGUMENT + System.currentTimeMillis();
    632632   
    633633    }
Note: See TracChangeset for help on using the changeset viewer.