[sword-cvs] swordweb/tiles header.jsp,1.13,1.14
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 21 Oct 2003 11:15:57 -0700
Update of /usr/local/cvsroot/swordweb/tiles
In directory www:/tmp/cvs-serv12237/tiles
Modified Files:
header.jsp
Log Message:
fixes
Index: header.jsp
===================================================================
RCS file: /usr/local/cvsroot/swordweb/tiles/header.jsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- header.jsp 17 Oct 2003 07:03:13 -0000 1.13
+++ header.jsp 21 Oct 2003 18:15:54 -0000 1.14
@@ -4,7 +4,7 @@
String passageID = u.endsWith("passagestudy.jsp") ? "id=\"current\"" : "";
String parallelID = u.endsWith("parallelstudy.jsp") ? "id=\"current\"" : "";
String searchID = u.endsWith("powersearch.jsp") || u.endsWith("wordsearchresults.jsp") ? "id=\"current\"" : "";
- String devotionalID = u.endsWith("dailydevotional.jsp") ? "id=\"current\"" : "";
+ String devotionalID = u.endsWith("dailydevotion.jsp") ? "id=\"current\"" : "";
String libraryID = u.endsWith("fulllibrary.jsp") ? "id=\"current\"" : "";
String preferencesID = u.endsWith("preferences.jsp") ? "id=\"current\"" : "";
String aboutID = u.endsWith("about.jsp") ? "id=\"current\"" : "";