Skip to content
Snippets Groups Projects
Commit adaa24a4 authored by Tim Steiner's avatar Tim Steiner
Browse files

Minor layout text changes.

parent f16dd4f9
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ if (!$this->layout()->template) {
$this->layout()->template = 'Fixed';
}
$this->layout()->title = 'Office of Undergraduate Studies';
$this->layout()->title = 'University Curriculum Approval';
if (!$this->layout()->tagline) {
$this->layout()->tagline = 'Course Approval';
}
......@@ -56,8 +56,7 @@ $template->loadSharedCodeFiles();
$defaultBreadcrumbs = array(
'<a href="http://www.unl.edu/">UNL</a>',
'<a href="http://www.unl.edu/ous">Undergraduate Studies</a>',
'<a href="' . $staticBaseUrl . '">Course Approval</a>'
'<a href="' . $staticBaseUrl . '">University Curriculum Approval</a>'
);
$this->layout()->breadcrumbs = array_merge($defaultBreadcrumbs, (array) $this->layout()->breadcrumbs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment