Hello,
Ok great copy:
/components/com_jevents/views/geraint/icalevent/tmpl/detail_body.php
to
/templates/your_template/html/com_jevents/geraint/icalevent/detail_body.php
and look at the bottom for:
/*
if(!($mask & MASK_BACKTOLIST)) { ?>
<p align="center">
<a href="javascript:window.history.go(-1);" class="jev_back btn" title="<?php echo JText::_('JEV_BACK'); ?>"><?php echo JText::_('JEV_BACK'); ?></a>
</p>
<?php
}
*/
Remove: /* and */ and it will show again.
Many thanks
Tony