diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index 293c647af55c5258f0ae2ea9354518d3cc7e108f..28daceb336650a8618792d734f4568cb439da7ca 100644
--- a/src/UNL/Catalog.php
+++ b/src/UNL/Catalog.php
@@ -488,16 +488,19 @@ class UNL_Catalog
         if (!class_exists('UNL_Templates')) {
             require_once 'UNL/Templates.php';
         }
+        UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
+
+        UNL_Templates::$options['version'] = 3.1;
 
         $this->p                  = UNL_Templates::factory('Fixed');
         $this->p->head           .= '<link rel="stylesheet" type="text/css" href="'.$this->uri.'templates/catalog.css" />';
         $this->p->head           .= '<script type="text/javascript" src="'.$this->uri.'templates/catalog.js"></script>';
         $this->p->head           .= '<link rel="search" href="'.$this->uri.'?cx=015236299699564929946%3Aipiaeommikw&amp;cof=FORID%3A11&amp;view=search" />';
         $this->p->head           .= '<link rel="home" href="'.$this->uri.'" />';
-        $this->p->doctitle        = '<title>UNL | Graduate Studies Bulletin | 2011-2012</title>';
-        $this->p->titlegraphic    = '<h1>Graduate Studies Bulletin 2011-2012</h1>
-                                     <h2>Policies and Courses</h2>';
+        $this->p->doctitle        = '<title>2011-2012 Graduate Studies Bulletin | University of Nebraska-Lincoln</title>';
+        $this->p->titlegraphic    = 'Graduate Studies Bulletin 2011-2012';
         $this->p->maincontentarea = '';
+        $this->p->pagetitle       = '';
         $this->p->breadcrumbs     = '<ul>
                                         <li class="first"><a href="http://www.unl.edu/">UNL</a></li>
                                         <li><a href="http://www.unl.edu/gradstudies/">Graduate Studies</a></li>