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

Fix URL reference to catalog css file, right this time

parent 2ffcffdb
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'); ...@@ -19,7 +19,7 @@ $page->leftcollinks = $savvy->render(null, 'RelatedLinks.tpl.php');
$page->contactinfo = $savvy->render(null, 'FooterContactInfo.tpl.php'); $page->contactinfo = $savvy->render(null, 'FooterContactInfo.tpl.php');
$page->navlinks = $savvy->render(null, 'Navigation.tpl.php'); $page->navlinks = $savvy->render(null, 'Navigation.tpl.php');
$page->addStylesheet($url . 'templates/html/catalog.css'); $page->addStylesheet($url . 'templates/html/css/catalog.css');
$page->head .= ' $page->head .= '
<script type="text/javascript">var UNL_UGB_URL = "'.$url.'";</script> <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