[EventCalendar] Re: Remove %TIME%

JD Puglisi jdpuglisi at hotmail.com
Thu Oct 18 17:36:17 UTC 2007


In your EC3 plugin folder, find and open template-functions.php.
Find:
define('EC3_DEFAULT_TEMPLATE_EVENT',<a href="%LINK%">%TITLE% (%TIME%)</a>');
and replace it with:
define('EC3_DEFAULT_TEMPLATE_EVENT',<a href="%LINK%">%TITLE%</a>');

-------------------
Hi

I want to remove the %TIME% how is this done?




More information about the EventCalendar mailing list