HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
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}