php-mpos/templates/bluemoon/contactform/disabled.tpl
2016-07-06 14:37:49 +02:00

22 lines
553 B
Smarty

<div class="row">
<div class="col-lg-12">
<div class="widget">
<div class="widget-header">
<div class="title">
Contact &amp; Support
</div>
<span class="tools">
<i class="fa fa-envelope"></i>
</span>
</div>
<div class="widget-body">
<center>
<table width="100%">
<p>This product comes 'as-is' without any warranty. Please check the Apache License, Version 2.0, for details.</p>
</table>
</center>
</div>
</div>
</div>
</div>