i need to implement date of the day in gamenews.
Unable to implement directly in the template index.php file with the code:
- Code: Select all
$data =& JFactory::getDate();
echo $data->toFormat('%d de %B de %Y');
however this is mangled, out of position within the modules.
I thought I'd do as the MyStore through css then tried to use the override.
- Code: Select all
/* Breadrump and date container */
div#gk-breadcrumb { margin-bottom: 10px; font-size: 90%; }
div#gk-date { text-align: right; color: #999 }
In this way did not work.
There is the possibility to align the date with the override gamenews without using modules?
Thanks