Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php if ($this->params->get('show_date')) : ?>
  2. <dd class="result-created<?php echo $this->pageclass_sfx; ?>">
  3. <?php echo JText::sprintf('JGLOBAL_CREATED_DATE_ON', $result->created); ?>
  4. </dd>
  5. <?php endif; ?>