tao-test/app/tao/views/templates/errors.tpl

6 lines
155 B
Smarty
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php if (get_data('errorMessage')): ?>
<script>
helpers.createErrorMessage("<?=get_data('errorMessage')?>");
</script>
<?php endif ?>