On this page:
http://gh663100.eshley.hostime.cz/index ... Itemid=122
Date of article is on smal box (this box is over text). But on this blog I dont want date in box, I want clasic view (other pages we want date in box) Is it possible?
.hidedate header > time {
display: none;
}
.dateregformat,
.customdate article header time {
display: none;
}
.customdate article header {
padding: 0;
}
.customdate .dateregformat {
display: block;
}
<div class="dateregformat"><?php JHTML::_('date', $this->item->publish_up, JText::_('d.m.Y')); ?></div>
<header<?php if(!($params->get('show_publish_date') || $params->get('show_create_date'))) : ?> class="nodate"<?php endif; ?>>
<?php if($params->get('show_publish_date')) : ?>