Example #1
0
                <?php 
        }
        ?>

                </div>

                <?php 
        $is_tags = $ctype['is_tags'] && !empty($ctype['options']['is_tags_in_list']) && $item['tags'];
        ?>

                <?php 
        if ($is_tags) {
            ?>
                    <div class="tags_bar">
                        <?php 
            echo html_tags_bar($item['tags']);
            ?>
                    </div>
                <?php 
        }
        ?>

                <?php 
        $show_bar = !empty($item['rating_widget']) || $fields['date_pub']['is_in_item'] || $fields['user']['is_in_item'] || !empty($ctype['options']['hits_on']) || !$item['is_pub'] || !$item['is_approved'];
        ?>

                <?php 
        if ($show_bar) {
            ?>
                    <div class="info_bar">
                        <?php 
Example #2
0
            ?>
px">
                        <?php 
            echo html_tags_bar($tag['tag']);
            ?>
                    </li>
                <?php 
        }
        ?>

                <?php 
        if ($style == 'list') {
            ?>
                    <li>
                        <?php 
            echo html_tags_bar($tag['tag']);
            ?>
                        <span class="counter"><?php 
            html($tag['frequency']);
            ?>
</span>
                    </li>
                <?php 
        }
        ?>


            <?php 
    }
    ?>
        </ul>