Modification php of module mod_eb_cities

  • Eric Lamy
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
7 years 3 months ago #109674 by Eric Lamy
Modification php of module mod_eb_cities was created by Eric Lamy
Hi Tuan,

There's a space before the number of events on frontend and no space after so I propose to change this line
Code:
<span class="number_events">( <?php echo $row->total_events .' '. ($row->total_events > 1 ? JText::_('EB_EVENTS') : JText::_('EB_EVENT')) ?>)</span>

into this line
Code:
<span class="number_events">(<?php echo $row->total_events .' '. ($row->total_events > 1 ? JText::_('EB_EVENTS') : JText::_('EB_EVENT')) ?>)</span>

Hope it helps ;)
Have a nice day

Please Log in or Create an account to join the conversation.

More
7 years 3 months ago #109710 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Modification php of module mod_eb_cities
Thanks Eric, agree and make the change to the code base. I will include this in the next release of the extension

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc