11 lines
233 B
Smarty
11 lines
233 B
Smarty
|
<html>
|
||
|
<head>
|
||
|
<title>{$title}</title>
|
||
|
{if $styles neq ""}<style type="text/css"><!--
|
||
|
{$styles}
|
||
|
// --></style>{/if}
|
||
|
</head>
|
||
|
<body{if $onload neq ""} onload="{$onload}"{/if} bgcolor="#cccccc">
|
||
|
<center><h1>{$title}</h1></center>
|
||
|
<hr />
|