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

Upgrade to the 3.1 templates

parent 55a35d8b
Branches
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment