View file themes/default/errors.tpl

File size: 139B
<?if ($errors):?>
<?foreach ($errors as $error):?>
        <font color="red"><b><?=$error?></b></font><br />
<?endforeach;?>
<?endif;?>