From: Jeff Godin Date: Mon, 23 Dec 2013 20:51:20 +0000 (-0500) Subject: Skip Piwik tracking for staff X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09c85f686d1d91a96f4de6e977a0bc52d0bda237;p=evergreen%2Ftadl.git 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 --- 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 %]