15 lines
253 B
Smarty
15 lines
253 B
Smarty
|
|
{*
|
||
|
|
The help template
|
||
|
|
$Id: help.tpl,v 1.2 2005/05/22 10:29:57 andig2 Exp $
|
||
|
|
*}
|
||
|
|
|
||
|
|
<!-- {$smarty.template} -->
|
||
|
|
|
||
|
|
<div id="topspacer"></div>
|
||
|
|
|
||
|
|
<div id="content" class="helpbrowser">
|
||
|
|
{$helptext}
|
||
|
|
<br/>
|
||
|
|
</div>
|
||
|
|
<!-- /content -->
|