Files
crm.clientright.ru/kcfinder/tpl/tpl_error.php

10 lines
242 B
PHP
Raw Normal View History

<root>
<?php IF (is_array($message)): ?>
<?php FOREACH ($message as $msg): ?>
<error><?php echo text::xmlData($msg) ?></error>
<?php ENDFOREACH ?>
<?PHP ELSE: ?>
<error><?php echo text::xmlData($message) ?></error>
<?PHP ENDIF ?>
</root>