Hi Yves,
For some reason (I suppose) you've removed the Back button from the default event template.
I would like to have that back
Again this is something I code myself with every new release of Matukio.
I put this code after line 147 ($gmapicon = ""; ) in default.php
$backlink = JRoute::_("index.php?option=com_matukio&view=eventlist&art=" . $zurueck[$this->art]); //. "&cid=" . $this->event->id);
// Zurueck-Knopf anzeigen
$knopfoben = "<a title=\"" . JTEXT::_('COM_MATUKIO_BACK') . "\" href=\"" . $backlink . "\"><img src=\""
. MatukioHelperUtilsBasic::getComponentImagePath() . "1032.png\" border=\"0\" align=\"absmiddle\"></a>";
$knopfunten .= " <span class=\"mat_button\" style=\"cursor:pointer;\" onclick=\"location.href='" . $backlink . "'\">
<img src=\"" . MatukioHelperUtilsBasic::getComponentImagePath() . "1016.png\" border=\"0\" align=\"absmiddle\"> "
. JTEXT::_('COM_MATUKIO_BACK') . "</span>";
This is the code that was in the old Seminar event view.
I don't know why this button was removed. Maybe there was a very good reason to do so. But if not, then I would appreciate it very much when you could reinstate this button.
Greets,
Rob