From: Dan Scott Date: Sat, 17 Jan 2015 15:44:40 +0000 (-0500) Subject: Apply title optimizations to templates_conifer base.tt2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d8e7bbdec7e492b1b56ce7231eea6923242dbef;p=contrib%2FConifer.git Apply title optimizations to templates_conifer base.tt2 Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_conifer/opac/parts/base.tt2 b/Open-ILS/src/templates_conifer/opac/parts/base.tt2 index 3b20bf419d..12991c93a8 100644 --- a/Open-ILS/src/templates_conifer/opac/parts/base.tt2 +++ b/Open-ILS/src/templates_conifer/opac/parts/base.tt2 @@ -12,9 +12,14 @@ - [% l('Catalog - [_1]', ctx.page_title) %] + [%- libname = ctx.get_aou(ctx.search_ou).name; + libname = libname | html; + libsname = ctx.get_aou(ctx.search_ou).shortname; %] + [% l('[_1] - [_2]', ctx.page_title, libname) %] - + [%-# Hook for page-specific metadata such as %] + [% metalinks; -%] + [% IF want_dojo %]