[Rt-commit] r7695 - in rt/branches/3.7-EXPERIMENTAL: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 25 12:43:35 EDT 2007
Author: jesse
Date: Wed Apr 25 12:43:33 2007
New Revision: 7695
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo
Log:
r56069 at pinglin: jesse | 2007-04-25 12:41:34 -0400
* Respect the LogoURL variable
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/Logo Wed Apr 25 12:43:33 2007
@@ -47,7 +47,7 @@
%# END BPS TAGGED BLOCK }}}
<div id="logo">
<a href="http://bestpractical.com"><img
- src="<%RT->Config->Get('WebImagesURL')%>/bplogo.gif"
+ src="<%$ARGS{'LogoURL'}||RT->Config->Get('LogoURL')%>"
alt="<% loc("Best Practical Solutions, LLC corporate logo") %>"
width="177" height="33" /></a>
% if ( $ShowName ) {
More information about the Rt-commit
mailing list