From 09c85f686d1d91a96f4de6e977a0bc52d0bda237 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 23 Dec 2013 15:51:20 -0500 Subject: [PATCH] Skip Piwik tracking for staff This change may be temporary. Since we do not currently have an approach for incorporating Piwik tracking code in the catalog interface within the staff client (within the oils:// protocol wrapper), omit Piwik tracking code when is_staff is true. Signed-off-by: Jeff Godin --- templates_tadlskin/opac/parts/footer.tt2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates_tadlskin/opac/parts/footer.tt2 b/templates_tadlskin/opac/parts/footer.tt2 index c93bb30597..c0fbe41baf 100644 --- a/templates_tadlskin/opac/parts/footer.tt2 +++ b/templates_tadlskin/opac/parts/footer.tt2 @@ -31,6 +31,7 @@ +[% IF !ctx.is_staff %] [% END %] +[% END %] -- 2.11.0