[Rt-commit] [rtir] 01/06: Add a CSS class on the body element.
Jesse Vincent
jesse at bestpractical.com
Sun Mar 15 21:47:20 EDT 2015
This is an automated email from the git hooks/post-receive script.
jesse pushed a commit to branch 3.4/remove_old_constituencies
in repository rtir.
commit 8bb184dfaff094967dd565f8dc8940f86990dc65
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sun Mar 15 18:44:12 2015 -0700
Add a CSS class on the body element.
---
html/Callbacks/RTIR/Elements/Header/Head | 1 +
1 file changed, 1 insertion(+)
diff --git a/html/Callbacks/RTIR/Elements/Header/Head b/html/Callbacks/RTIR/Elements/Header/Head
index 28c68d0..242ee36 100644
--- a/html/Callbacks/RTIR/Elements/Header/Head
+++ b/html/Callbacks/RTIR/Elements/Header/Head
@@ -50,6 +50,7 @@ return unless $m->request_comp->path =~ m{^/RTIR/};
$ARGSRef->{URL} //= RT::IR->HREFTo("index.html");
$ARGSRef->{Name} //= loc("RTIR for [_1]", RT->Config->Get('rtirname'));
$ARGSRef->{LogoURL} //= RT->Config->Get('WebPath')."/static/images/RTIR/logo.png";
+push @{$ARGSRef->{BodyClass}}, 'rtir';
</%init>
<%args>
$ARGSRef
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list