Ignore:
Timestamp:
Jul 24, 2014 3:24:49 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/templates/dirSuccess.php

    r27 r28  
    22  <!-- folders in current folder -->
    33  <?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="" />
    55  <?php endforeach; ?>
    66  <!-- files in current folder -->
Note: See TracChangeset for help on using the changeset viewer.