iCagenda user guide and tips
If you have overridden the class 'content' used in iCagenda Theme Packs, this one has been renamed in 'ic-content'.
In 3.2.9, the php code to display the 'back' button has been removed, to be included now in the view file.
<?php // Event Details Template ?> <?php // Back Arrow ?> <span class="back"> <?php echo $BACK_ARROW; ?> </span> <?php // Header (Title/Category) of the event ?> <div class="event-header"> <?php // Title of the event ?> <div class="title-header"> <h1> <?php echo $EVENT_TITLE; ?> </h1> </div>