[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/kcfinder/tpl/ -> tpl_init.php (source)

   1  <root>
   2  <tree>
   3  <?php echo $tree ?>
   4  </tree>
   5  <files dirWritable="<?php echo $dirWritable ? "yes" : "no" ?>">
   6  <?php FOREACH ($files as $file): ?>
   7  <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" ?>">
   8  <name><?php echo text::xmlData($file['name']) ?></name>
   9  </file>
  10  <?php ENDFOREACH ?>
  11  </files>
  12  </root>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1