
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch. I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
15 lines
423 B
Smarty
15 lines
423 B
Smarty
<h2>{$plang.head}</h2>
|
|
<p>{$plang.description}</p>
|
|
|
|
{include file=shared:errorlist.tpl}
|
|
|
|
<div style="margin: 0 auto; width: 20em;">
|
|
|
|
{html_form}
|
|
<p><input type="submit" name="lastcommentadmin_clear" value="{$plang.clear}"/> </p><p>{$plang.cleardescription} </p>
|
|
<p><br></p>
|
|
<p><input type="submit" name="lastcommentadmin_rebuild" value="{$plang.rebuild}"/> </p><p>{$plang.rebuilddescription} </p>
|
|
|
|
{/html_form}
|
|
|
|
</div> |