From: Steve Sutton Date: Thu, 19 May 2016 20:01:15 +0000 (-0400) Subject: unbold the file X-Git-Tag: v1.0.0^2~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=96c76ec1d4271802c02b62f726d39fc021c17301;p=WP-Plugins%2Fglm-member-db-events.git unbold the file --- diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 254cbbe..3927c4d 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -96,17 +96,17 @@ {if $event.contact_email}Email: {$event.contact_email}
{/if} {if $event.contact_phone}Phone: {$event.contact_phone}
{/if} {if $event.file1} -
File: +
File: {if $event.file1_descr}{$event.file1_descr}{else}{$event.file1}{/if}
{/if} {if $event.file2} -
File 2: +
File 2: {if $event.file2_descr}{$event.file2_descr}{else}{$event.file2}{/if}
{/if} {if $event.file3} -
File 3: +
File 3: {if $event.file3_descr}{$event.file3_descr}{else}{$event.file3}{/if}
{/if}