Example #1
0
<?php 
if (isset($this->category)) {
    ?>
    <?php 
    if ($this->category->id != 0) {
        ?>
<h1 class="eventgallery-category-headline"><?php 
        echo $this->escape(EventgalleryHelpersCategories::getCategoryTitle($this->category));
        ?>
</h1><?php 
    }
    ?>

    <p class="eventgallery-category-content"><?php 
    echo JHtml::_('content.prepare', EventgalleryHelpersCategories::getCategoryDescription($this->category), '', 'com_eventgallery.category');
    ?>
</p>
 
    <?php 
    if (count($subCategories) > 0) {
        ?>
      <h2 class="eventgallery-subcategories"><?php 
        echo JText::_('COM_EVENTGALLERY_EVENTS_SUBCATEGORIES');
        ?>
</h2>
      <ul class="nav eventgallery-subcategories-list">
      <?php 
        foreach ($subCategories as $subCategory) {
            ?>
          <li>