From: ivan Date: Thu, 26 Aug 2010 06:13:21 +0000 (+0000) Subject: dashboard subscription fix X-Git-Tag: freeside_2_1_1^2~87 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=10cddd917072b9d148b30c7561db34b0133695f4;p=freeside.git dashboard subscription fix --- diff --git a/rt/share/html/Elements/Header b/rt/share/html/Elements/Header index d970ac52f..72e3e7220 100755 --- a/rt/share/html/Elements/Header +++ b/rt/share/html/Elements/Header @@ -45,14 +45,14 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} -<% include( '/elements/header.html', { +<& /elements/header.html, { 'title' => $Title, 'head' => $head, 'etc' => $etc, 'nobr' => 1, 'nocss' => 1, - }) |n -%> + } +&> <%INIT> $r->headers_out->{'Pragma'} = 'no-cache'; $r->headers_out->{'Cache-control'} = 'no-cache';