Changeset 29 for pro-bachkim-filespace
- Timestamp:
- Jul 24, 2014 3:24:56 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
r28 r29 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->getCatParent() ?>" filetype="" /> 5 5 <?php endforeach; ?> 6 6 <!-- files in current folder -->
Note: See TracChangeset
for help on using the changeset viewer.