예제 #1
0
		<?php 
    if (in_array('folder', $cols)) {
        ?>
			<td class="assets-lv-folder"><?php 
        echo $file->folder();
        ?>
</td>
		<?php 
    }
    ?>

		<?php 
    if (in_array('date', $cols)) {
        ?>
			<td class="assets-lv-date"><?php 
        echo Assets_helper::format_date($file->date());
        ?>
</td>
		<?php 
    }
    ?>

		<?php 
    if (in_array('size', $cols)) {
        ?>
			<td class="assets-lv-size"><?php 
        echo Assets_helper::format_filesize($file->size());
        ?>
</td>
		<?php 
    }