{* Smarty config/sample3-1.tpl *}

{config_load file="sample3-1.config"}

<html>
<head>
<title>Smarty Test</title>
</head>
<body>

<h1>{$title}</h1>
<p>Site : {#url#}</p>
<p>E-Mail : {$smarty.config.mail}</p>

</body>
</html>