File: //proc/self/root/proc/self/cwd/nueva/modules/whatsapp/views/templates/front/footer_v2.tpl
{if $showOffline == 0}
{if $time > $openSt && $time < $closeSt}
{$attac = 1}
{else}
{$attac = 0}
{/if}
{else}
{if $time > $openSt && $time < $closeSt}
{$attac = 1}
{else}
{$attac = 1}
{$status = 2}
{/if}
{/if}
{if $hook == 'footer'}
<div class="asagiSabit whatsappBlock {if $attac == 0}hidden{/if}">
<a onclick="window.open('https://wa.me/{$whatasppno|escape:'html':'UTF-8'}{if $pageName == 'product' && $shareThis > 0}?text={$shareMessage|escape:'html':'UTF-8'}{else}?text={/if}')" class="tiklaAc">
<img src="{$whataspp_module_dir|escape:'html':'UTF-8'}/views/img/whatsapp.jpg" alt="{$userName|escape:'html':'UTF-8'}" width="50px" height="50px" />
{if $showEfect == 1}
<span id="kutu" class="kutucuklar">
<div class="kutucuk k1"></div>
<div class="kutucuk k2"></div>
<div class="kutucuk k3"></div>
</span>
{/if}
<div class="message">{whatsapp::getValueLang($status, $lang)|escape:'html':'UTF-8'}</div>
</a>
</div>
{/if}