Re: How can i disable the time+date to display?
Posted: 15 Sep 2008, 21:22
Hi, just delete or comment the following code:
on line 180 + - in:
components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php
Jan
Code: Select all
<small style="color:'.$this->css['secondfontcolor'].'">' . JHTML::_('date', $values->date, JText::_( 'DATE_FORMAT_LC2' ) ) . '</small>
components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php
Jan