PATH:
home
/
letacommog
/
crmleta
/
kcfinder
/
tpl
<root> <files dirWritable="<?php echo $dirWritable ? "yes" : "no" ?>"> <?php FOREACH ($files as $file): ?> <file size="<?php echo $file['size'] ?>" mtime="<?php echo $file['mtime'] ?>" date="<?php echo $file['date'] ?>" readable="<?php echo $file['readable'] ? "yes" : "no" ?>" writable="<?php echo $file['writable'] ? "yes" : "no" ?>" bigIcon="<?php echo $file['bigIcon'] ? "yes" : "no" ?>" smallIcon="<?php echo $file['smallIcon'] ? "yes" : "no" ?>" thumb="<?php echo $file['thumb'] ? "yes" : "no" ?>" smallThumb="<?php echo $file['smallThumb'] ? "yes" : "no" ?>"> <name><?php echo text::xmlData($file['name']) ?></name> </file> <?php ENDFOREACH ?> </files> </root>
[+]
..
[-] tpl_browser.php
[edit]
[-] .htaccess
[edit]
[-] tpl__css.php
[edit]
[-] tpl_error.php
[edit]
[-] tpl_deleteDir.php
[edit]
[-] tpl_renameDir.php
[edit]
[-] tpl_expand.php
[edit]
[-] tpl_chDir.php
[edit]
[-] tpl_init.php
[edit]
[-] tpl__javascript.php
[edit]