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

6 lines
155 B
Smarty

<?php if (get_data('errorMessage')): ?>
<script>
helpers.createErrorMessage("<?=get_data('errorMessage')?>");
</script>
<?php endif ?>