X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Flayout.mc;h=b99cb80e7ebf22f6cdced5772f179834c580481b;hp=972b9c6672800a4a790ebc105802309b3d78bc5a;hb=d61112a324d4ecc3cad0226de4c6b53e58adf3f2;hpb=dcc8cfb097df087334a707c69fbdacbedc6973ce diff --git a/web/htdocs/chrome/layout.mc b/web/htdocs/chrome/layout.mc index 972b9c6..b99cb80 100644 --- a/web/htdocs/chrome/layout.mc +++ b/web/htdocs/chrome/layout.mc @@ -1,4 +1,4 @@ -%# $Id: layout.mc,v 1.37 2007-07-16 11:55:57 mike Exp $ +%# $Id: layout.mc,v 1.38 2007-07-17 13:07:57 mike Exp $ <%args> $debug => undef $title @@ -15,6 +15,7 @@ use ZOOM::IRSpy::Utils qw(utf8param isodate xml_encode cql_target cql_quote bib1_access_point); % $r->content_type("text/html; charset=utf-8"); +% my $text = $m->scomp($component, %ARGS);   -<& $component, %ARGS &> +% print $text;