'.$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) {
echo $date;
}
if ($category) {
echo ' '. $category;
// printf(JText::_('TPL_WARP_META_CATEGORY'), $category);
}
?>
get('article') == 'tm-article-blog') : ?>