Esempio n. 1
0
    }
    ?>
  <?php 
    if ($this->config->jobtype_coloring == 1) {
        ?>
      <?php 
        JHTML::_('stylesheet', 'job_colors.css', 'components/com_jobboard/css/');
        ?>
  <?php 
    }
    ?>
  <?php 
    if ($this->config->jobtype_coloring == 1) {
        ?>
  	<?php 
        $jt_color = '<span class="jobtype ' . JobBoardJobHelper::getClass($this->data->job_type) . '">' . JText::_($this->data->job_type) . '</span>';
        ?>
  <?php 
    } else {
        ?>
  	<?php 
        $jt_color = JText::_($this->data->job_type);
        ?>
  <?php 
    }
    ?>
  <!-- end job coloring -->

  <?php 
    $this->errors = JRequest::getVar('errors', '');
    ?>