> <?php echo $image_alt; ?> <?php echo $image_alt; ?>

'.$author.'' : $author; $date = ($date) ? ($datetime ? '' : JHtml::_('date', $date, JText::_('DATE_FORMAT_LC3'))) : ''; $category = ($category && $category_url) ? ''.$category.'' : $category; if($author && $date) { printf(JText::_('TPL_WARP_META_AUTHOR_DATE'), $author, $date); } elseif ($author) { printf(JText::_('TPL_WARP_META_AUTHOR'), $author); } elseif ($date) { printf(JText::_('TPL_WARP_META_DATE'), $date); } if ($category) { echo ' '; printf(JText::_('TPL_WARP_META_CATEGORY'), $category); } ?>

<?php echo $image_alt; ?> <?php echo $image_alt; ?>