Page 1 of 1

Re: How can i disable the time+date to display?

Posted: 15 Sep 2008, 21:22
by Jan
Hi, just delete or comment the following code:

Code: Select all

<small style="color:'.$this->css['secondfontcolor'].'">' . JHTML::_('date',  $values->date, JText::_( 'DATE_FORMAT_LC2' ) ) . '</small>
on line 180 + - in:
components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php

Jan