first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<div id="newsletter">
<div class="text">
<div class="h5">{$register_text_widget_title}</div>
<div>{$register_text_widget_description}</div>
</div>
{$form_start}
<div class="input-group">
{$input_email}
{$hidden_privacy}
{$hidden_new_user}
<span class="input-group-btn">
{$submit_button}
</span>
</div>
</form>
</div>