Current File : //var/wcp4/kamanleu/public_html/tmp/templates/compiled/blank.html.compiled
# This file is a compiled version of a template that can be run much faster
# than reparsing the file, yet accomplishes the same thing. You should not
# attempt to modify this file as any changes you make would be lost as soon as
# the original template file is modified.
# Generated: Tue Aug 19 11:39:33 2003
# Editor: vim:syn=perl
local $^W;
{
    parse_date => 1061264373,
    deps => [],
    parser_version => 2.078,
    file_type => 'REL',
    code => \&GT::Template::parsed_template
};
sub GT::Template::parsed_template {

local $^W; # Get rid of warnings. unfortunately, this won't work for Perl 5.6's -W switch
my $self = shift;
my $return = '';
my $escape = $self->{opt}->{escape};
my $strict = $self->{opt}->{strict};
my $tmp;
$return .= q{<html>
<link rel="stylesheet" href="};
$return .= $tmp if defined($tmp = $self->_get_var(q{html_url}, $escape, $strict));
$return .= q{/};
$return .= $tmp if defined($tmp = $self->_get_var(q{scheme}, $escape, $strict));
$return .= q{.css">
<BODY BGCOLOR="#E9E9E9">
</BODY>
</html>
};
return \$return;
}