From: Steve Sutton Date: Thu, 19 May 2016 19:46:41 +0000 (-0400) Subject: Moving files into the Contact and More section X-Git-Tag: v1.0.0^2~20 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d23ef9c806d8060b2add2945bf0ffec94696147d;p=WP-Plugins%2Fglm-member-db-events.git Moving files into the Contact and More section --- diff --git a/views/front/events/detail.html b/views/front/events/detail.html index 1214556..254cbbe 100644 --- a/views/front/events/detail.html +++ b/views/front/events/detail.html @@ -89,26 +89,27 @@ {if $event.free.value}
Cost: FREE
{/if} - {if $event.file1} -
File: + +
Contact & More Info
+ {if $event.url}{$event.url}
{/if} + {if $event.contact_name}Contact: {$event.contact_name}
{/if} + {if $event.contact_email}Email: {$event.contact_email}
{/if} + {if $event.contact_phone}Phone: {$event.contact_phone}
{/if} + {if $event.file1} +
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: + {/if} -
Contact & More Info
- {if $event.url}{$event.url}
{/if} - {if $event.contact_name}Contact: {$event.contact_name}
{/if} - {if $event.contact_email}Email: {$event.contact_email}
{/if} - {if $event.contact_phone}Phone: {$event.contact_phone}
{/if}