Bigdeals2013

Global.tpl

Dec 12th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {*
  2. * 2007-2014 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-2014 PrestaShop SA
  22. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
  23. * International Registered Trademark & Property of PrestaShop SA
  24. *}
  25. {strip}
  26. {addJsDef baseDir=$content_dir}
  27. {addJsDef baseUri=$base_uri}
  28. {addJsDef static_token=$static_token}
  29. {addJsDef token=$token}
  30. {addJsDef priceDisplayPrecision=$priceDisplayPrecision*$currency->decimals}
  31. {addJsDef priceDisplayMethod=$priceDisplay}
  32. {addJsDef roundMode=$roundMode}
  33. {addJsDef isLogged=$is_logged|intval}
  34. {addJsDef isGuest=$is_guest|intval}
  35. {addJsDef page_name=$page_name|escape:'html':'UTF-8'}
  36. {addJsDef contentOnly=$content_only|boolval}
  37. {if isset($cookie->id_lang)}
  38. {addJsDef id_lang=$cookie->id_lang|intval}
  39. {/if}
  40. {addJsDefL name=FancyboxI18nClose}{l s='Close'}{/addJsDefL}
  41. {addJsDefL name=FancyboxI18nNext}{l s='Next'}{/addJsDefL}
  42. {addJsDefL name=FancyboxI18nPrev}{l s='Previous'}{/addJsDefL}
  43. {addJsDef usingSecureMode=Tools::usingSecureMode()|boolval}
  44. {addJsDef ajaxsearch=Configuration::get('PS_SEARCH_AJAX')|boolval}
  45. {addJsDef instantsearch=Configuration::get('PS_INSTANT_SEARCH')|boolval}
  46. {addJsDef quickView=$quick_view|boolval}
  47. {/strip}
Advertisement
Add Comment
Please, Sign In to add comment