1 <?php
defined('SYSPATH') OR die('No direct access allowed.'); ?
>
4 if (!empty($widgets)) {
5 foreach ($widgets as $widget) {
10 if (!empty($errors)) {
11 echo _("Your settings couldn't be saved since the following errors were encountered:");
13 foreach ($errors as $e) {
14 echo '<li>'.$e.'</li>';
19 Check your values entered
for the fields above
and try again
.<br
/>
20 <form
><input type
="button" onclick
="history.back(1)" value
="<?php echo _('Back') ?>"></form
>