Files
CRM/kcfinder/tpl/tpl_expand.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

8 lines
365 B
PHP

<root>
<?php FOREACH ($dirs as $dir): ?>
<dir readable="<?php echo $dir['readable'] ? "yes" : "no" ?>" writable="<?php echo $dir['writable'] ? "yes" : "no" ?>" removable="<?php echo $dir['removable'] ? "yes" : "no" ?>" hasDirs="<?php echo $dir['hasDirs'] ? "yes" : "no" ?>">
<name><?php echo text::xmlData($dir['name']) ?></name>
</dir>
<?php ENDFOREACH ?>
</root>