Files
shop-praktikum/shop/source/tmp/smarty/de73e1f2da1e3262ef166f5494b10de1^%%47^47B^47B0D5FE%%inc_error.tpl.php
Nikolai Fesenko 8d227c9191 First upload
2025-02-02 13:37:56 +01:00

13 lines
684 B
PHP

<?php /* Smarty version 2.6.34, created on 2025-02-01 09:06:08
compiled from inc_error.tpl */ ?>
<?php if (is_array ( $this->_tpl_vars['Errors']['default'] ) && count ( $this->_tpl_vars['Errors']['default'] ) > 0): ?>
<div class="errorbox">
<?php $_from = $this->_tpl_vars['Errors']['default']; if (($_from instanceof StdClass) || (!is_array($_from) && !is_object($_from))) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['oEr']):
?>
<p><?php echo $this->_tpl_vars['oEr']->getOxMessage(); ?>
</p>
<?php endforeach; endif; unset($_from); ?>
</div>
<?php endif; ?>