Guest User

footer

a guest
Jun 2nd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {*
  2. * 2007-2012 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 [email protected] 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 <[email protected]>
  21. * @copyright 2007-2012 PrestaShop SA
  22. * @version Release: $Revision: 6594 $
  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>
  29.  
  30. {if $page_name !== 'skaiciuokle'}
  31. <!-- Right -->
  32. <div id="right_column" class="column grid_2 omega">
  33. {$HOOK_RIGHT_COLUMN}
  34. </div>
  35. {/if}
  36. </div>
  37.  
  38. <!-- Footer -->
  39. <div id="footer" class="grid_9 alpha omega clearfix">
  40. {$HOOK_FOOTER}
  41. </div>
  42.  
  43. </div>
  44. </div>
  45. {/if}
  46. </body>
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment