コード例 #1
0
ファイル: default_items.php プロジェクト: proyectoseb/Matrix
        if ($item_img) {
            ?>
                    <div class="item-image">
                        <a href="<?php 
            echo $item->link;
            ?>
"
                           title="<?php 
            echo $item->title;
            ?>
" <?php 
            echo SjVMSuperCategoriesHelper::parseTarget($params->get('link_target'));
            ?>
 >
                            <?php 
            echo SjVMSuperCategoriesHelper::imageTag($item_img, $small_image_config);
            ?>
                            <span class="image-border"></span>
                        </a>
                    </div>
                <?php 
        }
        ?>
				<?php 
        if ($params->get('item_title_display', 1) == 1 || (int) $params->get('item_prices_display', 1)) {
            ?>
					<div class="product-info">
						<div class="block-ratting-title">
								<?php 
            if ($params->get('item_title_display', 1) == 1) {
                ?>
コード例 #2
0
ファイル: home1_cat.php プロジェクト: sam-akopyan/hamradio
                            <div class="cat_slider_image">
                                <a href="<?php 
                echo $cat_tree->link;
                ?>
"
                                   title="<?php 
                echo $cat_tree->category_name;
                ?>
" <?php 
                echo SjVMSuperCategoriesHelper::parseTarget($params->get('target'));
                ?>
>
                                    <?php 
                $img = SjVMSuperCategoriesHelper::getVMCImage($cat_tree, $params, 'imgcfgcat');
                echo SjVMSuperCategoriesHelper::imageTag($img, $big_image_config);
                ?>
                                </a>
                            </div>

                            <?php 
                if ($params->get('category_sub_title_display', 1) && count($list['category_tree']) > 1) {
                    ?>
                                <div class="cat_slider_title">
                                    <a href="<?php 
                    echo $cat_tree->link;
                    ?>
"
                                       title="<?php 
                    echo $cat_tree->category_name;
                    ?>