1
0
Fork 0
feedizer-php/htdocs/libraries/formsgeneration/templates/header.tpl

11 lines
233 B
Smarty
Raw Normal View History

2015-11-13 23:51:46 +01:00
<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 />