14 lines
159 B
Plaintext
14 lines
159 B
Plaintext
|
{
|
||
|
$OUT = <<HERE;
|
||
|
<!--
|
||
|
HERE
|
||
|
|
||
|
$OUT .=
|
||
|
Text::Template::_load_text("/etc/e-smith/templates-default/template-begin");
|
||
|
|
||
|
$OUT .= <<HERE;
|
||
|
-->
|
||
|
HERE
|
||
|
|
||
|
}
|