From: Laury GvR Date: Fri, 7 Apr 2017 20:03:38 +0000 (-0400) Subject: Adding a header and container for the specifications data on the detail page X-Git-Tag: v1.0.0^2~52 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=37a13d9257bbdc17587a558a23314413a335818a;p=WP-Plugins%2Fglm-member-db-fields.git Adding a header and container for the specifications data on the detail page --- diff --git a/views/front/fields/detail.html b/views/front/fields/detail.html index 2354423..7ab0aa8 100644 --- a/views/front/fields/detail.html +++ b/views/front/fields/detail.html @@ -1,15 +1,18 @@ -{foreach $field_values as $key=>$value} - {if $value.slash === true} -
- {else} -
- {/if} - {if $value.data !== 'Yes' && $value.data !== 'No'} -
{$value.nice}
-
{$value.data}
+
+
Specifications
+ {foreach $field_values as $key=>$value} + {if $value.slash === true} +
+ {else} +
{/if} -
-{/foreach} + {if $value.data !== 'Yes' && $value.data !== 'No'} +
{$value.nice}
+
{$value.data}
+ {/if} +
+ {/foreach} +