// Fixed sessions/cookies
// Added support iframe
This commit is contained in:
@@ -39,11 +39,13 @@
|
||||
<li class="lnk_forum"><a href="<?php echo $this->getSupportLink() ?>" target="_blank"><?php echo $this->l('Support') ?></a></li>
|
||||
<li class="lnk_forum"><a href="<?php echo $this->getDocumentationLink() ?>" target="_blank"><?php echo $this->l('Documentation') ?></a></li>
|
||||
<li class="lnk_blog last"><a href="<?php echo $this->getBlogLink() ?>" target="_blank"><?php echo $this->l('Blog') ?></a></li>
|
||||
<!--
|
||||
<?php if ($this->getPhone()): ?>
|
||||
<li id="phone_block" class="last">
|
||||
<div><span><?php echo $this->l('Contact us!') ?></span><br /><?php echo $this->getPhone() ?></div>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
-->
|
||||
</ul>
|
||||
|
||||
<div id="PrestaShopLogo">PrestaShop</div>
|
||||
@@ -69,6 +71,12 @@
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
</ol>
|
||||
<?php if (@fsockopen('api.prestashop.com', 80, $errno, $errst, 3)): ?>
|
||||
<iframe scrolling="no" style="height:200px;width:160px;border:none;margin-top:20px"
|
||||
src="https://api.prestashop.com/iframe/install.php?step=<?php echo $this->step ?>&lang=<?php echo $this->language->getLanguageIso() ?>&country=<?php echo $this->session->shop_country ?>">
|
||||
<p><?php echo $this->l('Contact us!') ?><br /><?php echo $this->getPhone() ?></p>
|
||||
</iframe>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<!-- Page content -->
|
||||
|
||||
Reference in New Issue
Block a user