diff --git a/www/templates/html/UNL/Catalog/Controller.tpl.php b/www/templates/html/UNL/Catalog/Controller.tpl.php
index 2c6e1c729551954e170fac3c24634c75549f35e7..bab48e953778a0402dd9396ea032d207af9b01b0 100644
--- a/www/templates/html/UNL/Catalog/Controller.tpl.php
+++ b/www/templates/html/UNL/Catalog/Controller.tpl.php
@@ -8,7 +8,7 @@ $page    = UNL_Templates::factory('Fixed');
 
 $savvy->addGlobal('page', $page);
 
-$page->head           .= '<link rel="stylesheet" type="text/css" href="' . $url . '/templates/html/css/all.css" />';
+$page->head           .= '<link rel="stylesheet" type="text/css" href="' . $url . 'templates/html/css/all.css" />';
 $page->head           .= '<link rel="search" href="'.$url.'?cx=015236299699564929946%3Aipiaeommikw&amp;cof=FORID%3A11&amp;view=search" />';
 $page->head           .= '<link rel="home" href="'.$url.'" />';
 $page->doctitle        = '<title>Bulletins | University of Nebraska-Lincoln</title>';