12 lines
209 B
Smarty
12 lines
209 B
Smarty
|
|
{*
|
||
|
|
Help template
|
||
|
|
$Id: help.tpl,v 1.2 2013/03/12 19:13:18 andig2 Exp $
|
||
|
|
*}
|
||
|
|
|
||
|
|
<!-- {$smarty.template} -->
|
||
|
|
|
||
|
|
<div class="row">
|
||
|
|
<div class="small-12 columns">
|
||
|
|
{$helptext}
|
||
|
|
</div><!-- col -->
|
||
|
|
</div><!-- row -->
|