What version of Joomla are you guys on?
$l is an instance of the language class. So you need to have com_mls_lang installed.
setBlock is defined in mls_lang.class.php. $l gets imported into each function as a global variable.
Can you put a
just before the
| Code: |
$l->setBlock("events")
|
line in mls_events.html.php and let me know the output when you then browse to the page?
Cheers