30 lines
895 B
Smarty
30 lines
895 B
Smarty
{*
|
|
* 2010-2018 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through this link for complete license : https://store.webkul.com/license.html
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
|
|
*
|
|
* @author Webkul IN <support@webkul.com>
|
|
* @copyright 2010-2018 Webkul IN
|
|
* @license https://store.webkul.com/license.html
|
|
*}
|
|
|
|
<div class="row">
|
|
<section class="col-xs-12 col-sm-12">
|
|
<div class="row margin-lr-0 footer-section-heading">
|
|
<p>{l s='About' mod='wkfooteraboutblock'}</p>
|
|
<hr/>
|
|
</div>
|
|
<div class="row margin-lr-0 footer-about-hotel">
|
|
<p>{$WK_HTL_SHORT_DESC|truncate:220:'':true|escape:'html':'UTF-8'}</p>
|
|
</div>
|
|
</section>
|
|
</div> |