Modification php of module mod_eb_cities
- Eric Lamy
-
Topic Author
- Offline
- Senior Member
-
Less
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
into this line
Hope it helps
Have a nice day
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.