[sword-svn] r285 - trunk/webapp
refdoc at www.crosswire.org
refdoc at www.crosswire.org
Sat Sep 20 15:43:33 MST 2008
Author: refdoc
Date: 2008-09-20 15:43:33 -0700 (Sat, 20 Sep 2008)
New Revision: 285
Modified:
trunk/webapp/init.jsp
Log:
initian of default style from configuration file
Modified: trunk/webapp/init.jsp
===================================================================
--- trunk/webapp/init.jsp 2008-09-20 22:35:36 UTC (rev 284)
+++ trunk/webapp/init.jsp 2008-09-20 22:43:33 UTC (rev 285)
@@ -43,6 +43,7 @@
catch (Exception e) { e.printStackTrace(); }
defaultBible = swordWebConfig.getProperty("defaultBible", "NASB");
defaultLang = swordWebConfig.getProperty("defaultLang", "en_US");
+ defaultStyle = swordWebConfig.getProperty("defaultStyle", "Washed Out");
styleNames = new Vector();
styleFiles = new Vector();
More information about the sword-cvs
mailing list