Skip to content
Snippets Groups Projects
Commit 57ddbf4c authored by Brett Bieber's avatar Brett Bieber
Browse files

Correct path to directory result lists css

parent 6c706b7e
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ $local_results = '';
$page->addScript('http://www.google.com/jsapi' . (empty(UNL_Search::$jsapiKey) ? '' : '?key=' . UNL_Search::$jsapiKey));
$page->head .= '
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_list.css" />
<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_lists.css" />
<link rel="stylesheet" type="text/css" href="searchCSS.css" />
';
if ($template == 'Mobile') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment