Default.php

Everything to do with Joomla! 2.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
aguilar1181
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 140
Joined: Wed Dec 29, 2010 5:50 pm
Location: Atlanta Ga
Contact:

Default.php

Post by aguilar1181 » Mon Apr 09, 2012 5:11 am

What I'm trying to do is style the way the date is display kind of like on this site

http://bbqwar.com/skirmishes/

where I can just add a background to the date and change fonts and colors.

I try with my default.php file that is under my template/html/com_content/article by replacing this code

Code: Select all

<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHTML::_('date',$this->item->created, JText::_('DATE_FORMAT_LC2'))); ?>
with this code

Code: Select all

<?php echo JText::sprintf('COM_CONTENT_CREATED_DATE_ON', JHTML::_('date',$this->item->created, JText::_('<div class="dateWrap"><span class="day">%d</span><span class="month">%b</span>'))); ?>
but not success, hope somebody can help me.

Thanx in advance
http://www.ultimateds.com Innovating the world one website at a time

aguilar1181
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 140
Joined: Wed Dec 29, 2010 5:50 pm
Location: Atlanta Ga
Contact:

Re: Default.php

Post by aguilar1181 » Tue Apr 10, 2012 2:17 am

Problem Solved
http://www.ultimateds.com Innovating the world one website at a time


Locked

Return to “Templates for Joomla! 2.5”