예제 #1
0
 (<?php 
            echo strtolower(JText::sprintf('COM_JOBBOARD_PAST_N_DAYS', $daterange));
            ?>
)<?php 
        }
        ?>
              <?php 
        if ($selcat == 1 && $daterange > 0) {
            echo JText::sprintf('COM_JOBBOARD_PAST_N_DAYS', $daterange);
        }
        ?>
            <?php 
    } elseif ($this->country_id != 0) {
        ?>
              <?php 
        $filter_countryname = JobBoardHelper::getCountryName($this->country_id);
        ?>
              <?php 
        if ($this->country_id == 266) {
            $filter_countryname = JText::_($filter_countryname);
        }
        ?>
              <?php 
        if ($selcat != 1 && $daterange < 1) {
            echo $seldesc;
            ?>
 (<?php 
            echo $filter_countryname;
            ?>
)<?php 
        }