Example #1
0
File: list.php Project: vobinh/PHP
        ?>
" id="row_<?php 
        echo $list['banner_id'];
        ?>
"> 
    <td align="center"><?php 
        echo $list['banner_id'];
        ?>
</td>   
   
    <td align="center">    
    <?php 
        if (@$list['banner_type'] == 'image' && file_exists($list['path_file']) && is_file($list['path_file'])) {
            $src = "uploads/banner/" . $list['path_file'];
            $maxw = Configuration_Model::get_value('MAX_WIDTH_BANNER_ADMIN_LIST');
            $maxh = Configuration_Model::get_value('MAX_HEIGHT_BANNER_ADMIN_LIST');
            $arr = MyImage::thumbnail($maxw, $maxh, $src);
            ?>
        <a href="<?php 
            echo url::base();
            ?>
uploads/banner/<?php 
            echo $list['banner_name'];
            ?>
">
        <img src="<?php 
            echo url::base();
            ?>
uploads/banner/<?php 
            echo $list['banner_name'];
            ?>