1
0
Fork 0
feedizer-php/htdocs/libraries/formsgeneration/templates/header.tpl
2015-11-13 23:51:46 +01:00

10 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 />