Update register-otp.tpl
This commit is contained in:
parent
0df7027851
commit
d5c2c72a74
@ -89,5 +89,37 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modal and Footer Code -->
|
<!-- Modal -->
|
||||||
|
<div class="modal fade" id="HTMLModal" tabindex="-1" role="dialog">
|
||||||
|
<div class="modal-dialog">
|
||||||
|
<div class="modal-content">
|
||||||
|
<div class="modal-header">
|
||||||
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
||||||
|
aria-hidden="true">×</span></button>
|
||||||
|
</div>
|
||||||
|
<div class="modal-body" id="HTMLModal_konten"></div>
|
||||||
|
<div class="modal-footer">
|
||||||
|
<button type="button" class="btn btn-default" data-dismiss="modal">×</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{if $_c['tawkto'] != ''}
|
||||||
|
<!--Start of Tawk.to Script-->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var Tawk_API = Tawk_API || {},
|
||||||
|
Tawk_LoadStart = new Date();
|
||||||
|
(function() {
|
||||||
|
var s1 = document.createElement("script"),
|
||||||
|
s0 = document.getElementsByTagName("script")[0];
|
||||||
|
s1.async = true;
|
||||||
|
s1.src='https://embed.tawk.to/{$_c['tawkto']}';
|
||||||
|
s1.charset = 'UTF-8';
|
||||||
|
s1.setAttribute('crossorigin', '*');
|
||||||
|
s0.parentNode.insertBefore(s1, s0);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<!--End of Tawk.to Script-->
|
||||||
|
{/if}
|
||||||
|
|
||||||
{include file="customer/footer-public.tpl"}
|
{include file="customer/footer-public.tpl"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user