ljr/livejournal/htdocs/portal/box.bml

22 lines
496 B
Plaintext
Raw Permalink Normal View History

2019-02-05 21:49:12 +00:00
<?_code
my $remote = LJ::get_remote();
$title = "Mozilla sidebar";
$body = "";
$head = "";
$bodyopts = "";
my $opts = { 'body' => \$body,
'head' => \$head,
'bodyopts' => \$bodyopts,
'remote' => $remote,
};
LJ::Portal::make_mozilla_box($remote, \%FORM, $opts);
return "<html><head>$head<title>$title</title><body marginwidth=0 marginheight=0 $bodyopts><base target=_content>$body</body></html>";
_code?><?_c <LJDEP>
</LJDEP> _c?>