Greetings,
I'm wanting to change the date position on the Gamebox template to move to the top in the banner position.
Can someone tell me where this is done?
Thanks.
<?php if($this->_tpl->params->get("date",1)) : ?>
<div id="gk-date">
<?php echo JHTML::_('date','now',$this->_tpl->params->get("date_format","%A, %d %b %Y")); ?>
</div>
<?php endif; ?>
<?php if($_GET['Itemid'] == 1) { ?>
<style type="text/css">
#gk-date { display:none; }
</style>
<?php } ?>