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

Add css reference for new grid styling

parent 3290d4f5
Branches
Tags
No related merge requests found
...@@ -25,11 +25,14 @@ $page->contactinfo = $savvy->render(null, 'FooterContactInfo.tpl.php'); ...@@ -25,11 +25,14 @@ $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('/wdn/templates_3.0/css/content/notice.css'); $page->addStylesheet('/wdn/templates_3.0/css/content/notice.css');
$page->addStylesheet($url . 'templates/catalog.css'); $page->addStylesheet($url . 'templates/catalog.css');
$page->head .= ' $page->head .= '
<link rel="stylesheet" href="/wdn/templates_3.1/css/content/grid-v3.css" />
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" media="all" href="/wdn/templates_3.1/css/variations/grid-v3-ie.css" />
<![endif]-->
<script type="text/javascript">var UNL_UGB_URL = "'.$url.'";</script> <script type="text/javascript">var UNL_UGB_URL = "'.$url.'";</script>
<link rel="home" href="'.$url.'" /> <link rel="home" href="'.$url.'" />
<link rel="search" href="'.$url.'search/" /> <link rel="search" href="'.$url.'search/" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment