Changeset 681
- Timestamp:
- Dec 29, 2014 2:12:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php
r680 r681 10 10 <?php foreach ($tblfiles as $tblfile): ?> 11 11 <file fileurl="<?php echo $tblfile->getFileId() ?>" id="<?php echo $tblfile->getFileId() ?>" parentid="<?php echo $tblfile->getFileCategory() ?>" filetype="<?php echo $tblfile->getFileType() ?>"><?php echo $tblfile->getFileName() ?></file> 12 <?php endforeach; ?> 12 <?php endforeach; ?> 13 13 </filelist> 14 14 </tree>
Note: See TracChangeset
for help on using the changeset viewer.