Skip to content

Commit

Permalink
fixed fpw_template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmi08 committed Sep 7, 2024
1 parent 347246d commit fbbc835
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions e107_themes/bootstrap5/templates/fpw_template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
// $Id$


if (!defined('e107_INIT')) { exit; }


$FPW_TEMPLATE['form'] = '
<div class="row">
<div class="col-sm-12">
<p>{FPW_TEXT}</p>
<div class="form-group my-2">{FPW_USEREMAIL}</div>
<div class="form-group my-2">{FPW_CAPTCHA_IMG}{FPW_CAPTCHA_INPUT}</div>
<div class="row">
<div class="col-xs-12 m-auto">
{FPW_SUBMIT}
</div>
</div>
</div>
</div>
';

$FPW_TEMPLATE['header'] = '<div id="fpw-page" class="container">';
$FPW_TEMPLATE['footer'] = '</div>';

0 comments on commit fbbc835

Please sign in to comment.