Project

General

Profile

« Previous | Next » 

Revision 3796

use the ROOT knb web application path of the search box and header inclusion.

View differences:

knb.js
84 84
//  ( e.g. if you do not want a header to be included, set: HEADER_URL="";)
85 85
////////////////////////////////////////////////////////////////////////////////
86 86

  
87
//NOTE: for KNB skin, these file locations are set to the ROOT web application path
87 88

  
88 89
//  Location of the header that will be displayed at the top of the page
89 90
var HEADER_URL 
90
  = "style/skins/knb2/include_portalhead_page.jsp";
91
  = "/includes/include_portalhead_page.jsp";
91 92

  
92 93
// Location of the search box that will be displayed above the  
93 94
//  results on the results page (optional)
94 95
var SEARCHBOX_URL 
95
  = "style/skins/knb2/include_searchbox_page.jsp";
96
  = "/includes/include_searchbox_page.jsp";
96 97

  
97 98
//  Location of the header that will be displayed at the top of the page
98 99
var LEFTCOL_URL 

Also available in: Unified diff