{foreach $regEvents as $event}
<div class="glm-columns glm-small-12 glm-reg-event-item">
<h3><a href="{$thisUrl}?page=registration&eventRegId={$event.id}">{$event.event_name}</a></h3>
- {if $event.image} <img style="float:right;" src="{$glmPluginMediaUrl}/images/thumb/{$event.image}"> {/if}
+ {if $event.image} <img style="float:right;" src="{$glmPluginMediaUrl}/images/small/{$event.image}"> {/if}
<p>{$event.intro}</p>
<div class="glm-row">
<div class="glm-columns glm-large-2 glm-small-12">
<strong> Dates/Times: </strong>
</div>
- <div class="glm-columns glm-large-10">
+ <div class="glm-columns glm-large-10 glm-small-12">
{$lastDate = ''}
{foreach $event.recurrences as $rec}