Esempio n. 1
0
            ?>
"
                             alt="<?php 
            echo $this->escape($item->title);
            ?>
" width="200"
                             height="200" />
                    <?php 
        }
        ?>
                </a>

                <div class="caption height-150px absolute-bottom">
                    <h3>
                        <a href="<?php 
        echo JRoute::_(CrowdfundingHelperRoute::getCategoryRoute($item->slug));
        ?>
">
                            <?php 
        echo $this->escape($item->title);
        ?>
                        </a>
                        <?php 
        if ($this->displayProjectsNumber) {
            $number = !array_key_exists($item->id, $this->projectsNumber) ? 0 : $this->projectsNumber[$item->id]['number'];
            echo '( ' . $number . ' )';
        }
        ?>
                    </h3>
                    <?php 
        if ((bool) $this->params->get('categories_display_description', true)) {