| Server IP : 192.169.170.185 / Your IP : 216.73.216.97 Web Server : Apache System : Linux p3plmcpnl495852.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64 User : akhilnew ( 1712764) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/akhilnew/public_html/ |
Upload File : |
<?php
require_once('header.php');
echo '<div class="row head main"><div class="col s12 m12 l12 center-align"><h1>'.$pagetitle.'</h1></div></div>';
echo $page_content;
echo <<<EOJ
<div class="subscriptionenquirycanvas">
<div class="container">
<div class="hideonmobile">
<div>
<a href="{$baseurl}"><img src="{$imageurl}logo-default.png" alt="{$websitename}" title="{$websitename}" /></a>
</div>
<div style="display: flex;flex-direction: column;">
<b style="font-size: 18px;">{$websitename}</b>
<span style="font-size: 13px;">Phone: +91-8178042476</span>
</div>
</div>
<div class="buttongroup">
<a href="{$baseurl}subscription-enquiry/{$pagename}" target="_blank" class="enqbtn">Subscription Enquiry</a>
<a href="https://wa.me/918178042476?text=Hi, I have a query regarding microbiology journal subscription." target="_blank" class="enqbtn wab">
<svg xmlns="http://www.w3.org/2000/svg" aria-label="WhatsApp" role="img" viewBox="0 0 512 512" width="18px" height="18px" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><rect width="512" height="512" rx="15%" fill="#25d366"></rect><path fill="#25d366" stroke="#ffffff" stroke-width="26" d="M123 393l14-65a138 138 0 1150 47z"></path><path fill="#ffffff" d="M308 273c-3-2-6-3-9 1l-12 16c-3 2-5 3-9 1-15-8-36-17-54-47-1-4 1-6 3-8l9-14c2-2 1-4 0-6l-12-29c-3-8-6-7-9-7h-8c-2 0-6 1-10 5-22 22-13 53 3 73 3 4 23 40 66 59 32 14 39 12 48 10 11-1 22-10 27-19 1-3 6-16 2-18"></path></g></svg>
Chat
</a>
</div>
</div>
</div>
EOJ;
require_once('footer.php');
?>