Files
shop-praktikum/shop/source/tmp/smarty/088b5871065da465c941bd4d5be4fa85^%%B2^B24^B2441980%%newsletter.tpl.php
Nikolai Fesenko 8d227c9191 First upload
2025-02-02 13:37:56 +01:00

41 lines
2.1 KiB
PHP

<?php /* Smarty version 2.6.34, created on 2025-02-01 09:05:22
compiled from widget/footer/newsletter.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxmultilang', 'widget/footer/newsletter.tpl', 18, false),)), $this); ?>
<div class="row">
<div class="col-12 mx-auto col-md-8 mx-md-0 col-lg-12">
<form class="newsletter-form" role="form" action="<?php echo $this->_tpl_vars['oViewConf']->getSslSelfLink(); ?>
" method="post">
<div class="form-group">
<div class="hidden">
<?php echo $this->_tpl_vars['oViewConf']->getHiddenSid(); ?>
<input type="hidden" name="fnc" value="fill">
<input type="hidden" name="cl" value="newsletter">
<?php if ($this->_tpl_vars['oView']->getProduct()): ?>
<?php $this->assign('product', $this->_tpl_vars['oView']->getProduct()); ?>
<input type="hidden" name="anid" value="<?php echo $this->_tpl_vars['product']->oxarticles__oxnid->value; ?>
">
<?php endif; ?>
</div>
<label class="sr-only" for="footer_newsletter_oxusername"><?php echo smarty_function_oxmultilang(array('ident' => 'NEWSLETTER'), $this);?>
</label>
<div class="input-group">
<input type="text" class="form-control" type="email" name="editval[oxuser__oxusername]" placeholder="<?php echo smarty_function_oxmultilang(array('ident' => 'EMAIL'), $this);?>
" aria-label="<?php echo smarty_function_oxmultilang(array('ident' => 'EMAIL'), $this);?>
">
<div class="input-group-append">
<button class="btn btn-primary" type="submit"><?php echo smarty_function_oxmultilang(array('ident' => 'SUBSCRIBE'), $this);?>
</button>
</div>
</div>
</div>
</form>
</div>
</div>