Skip to content
Snippets Groups Projects
Commit 2ffcffdb authored by Kevin Abel's avatar Kevin Abel
Browse files

Fix URL reference to catalog css file

parent af57edd3
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ $page->leftcollinks = $savvy->render(null, 'RelatedLinks.tpl.php');
$page->contactinfo = $savvy->render(null, 'FooterContactInfo.tpl.php');
$page->navlinks = $savvy->render(null, 'Navigation.tpl.php');
$page->addStylesheet($url . 'templates/catalog.css');
$page->addStylesheet($url . 'templates/html/catalog.css');
$page->head .= '
<script type="text/javascript">var UNL_UGB_URL = "'.$url.'";</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment