Skip to content

Commit

Permalink
geotrust ssl seal
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schock committed Jan 11, 2017
1 parent cef32b0 commit 8d99a41
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@
"restrict_to_login": false,
"swatch_option_size": "22x22",
"social_icon_placement_top": false,
"social_icon_placement_bottom": "bottom_right"
"social_icon_placement_bottom": "bottom_right",
"show_geotrust_ssl_seal": false
},
"read_only_files": [
"/assets/scss/components/citadel",
Expand Down
6 changes: 6 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2201,6 +2201,12 @@
"label": "Show "©", current year and store name",
"force_reload": true,
"id": "show_copyright_footer"
},
{
"type": "checkbox",
"label": "Show GeoTrust SSL Seal",
"force_reload": true,
"id": "show_geotrust_ssl_seal"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions templates/components/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ <h5 class="footer-info-heading">{{lang 'footer.info'}}</h5>
{{> components/common/subscription-form}}
{{/if}}
{{> components/common/payment-icons}}
{{> components/common/ssl-seal}}
</article>
</section>
{{#if theme_settings.show_powered_by}}
Expand Down
9 changes: 9 additions & 0 deletions templates/components/common/ssl-seal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{{#if theme_settings.show_geotrust_ssl_seal}}
<!-- webbot bot="HTMLMarkup" startspan -->

<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<script language="javascript" type="text/javascript" src="//smarticon.geotrust.com/si.js"></script>
<!-- end GeoTrust Smart Icon tag -->

<!-- webbot bot="HTMLMarkup" endspan -->
{{/if}}

0 comments on commit 8d99a41

Please sign in to comment.