Changeset 28 for pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Timestamp:
- Jul 24, 2014 3:24:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php
r27 r28 2 2 <!-- folders in current folder --> 3 3 <?php foreach ($tblcategories as $tblcategory): ?> 4 <folder id="<?php echo $tblcategory->getCatId() ?>" name="<?php echo $tblcategory->getCatName() ?>" parentid="<?php echo $tblcategory->CatParent() ?>" filetype="" />4 <folder id="<?php echo $tblcategory->getCatId() ?>" name="<?php echo $tblcategory->getCatName() ?>" parentid="<?php echo $tblcategory->CatParent() ?>" filetype="" /> 5 5 <?php endforeach; ?> 6 6 <!-- files in current folder -->
Note: See TracChangeset
for help on using the changeset viewer.