22 lines
1.1 KiB
PHP
22 lines
1.1 KiB
PHP
<?php /* Smarty version 2.6.20, created on 2013-03-15 22:10:44
|
|
compiled from /subdomains/kaktusy/httpdocs/themes/prestashop/thickbox.tpl */ ?>
|
|
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
|
smarty_core_load_plugins(array('plugins' => array(array('function', 'l', '/subdomains/kaktusy/httpdocs/themes/prestashop/thickbox.tpl', 3, false),)), $this); ?>
|
|
<script type="text/javascript">
|
|
// <![CDATA[
|
|
ThickboxI18nImage = '<?php echo smartyTranslate(array('s' => 'Image','js' => 1), $this);?>
|
|
';
|
|
ThickboxI18nOf = '<?php echo smartyTranslate(array('s' => 'of','js' => 1), $this);?>
|
|
';
|
|
ThickboxI18nClose = '<?php echo smartyTranslate(array('s' => 'Close','js' => 1), $this);?>
|
|
';
|
|
ThickboxI18nOrEscKey = '<?php echo smartyTranslate(array('s' => 'or Esc key','js' => 1), $this);?>
|
|
';
|
|
ThickboxI18nNext = '<?php echo smartyTranslate(array('s' => 'Next >','js' => 1), $this);?>
|
|
';
|
|
ThickboxI18nPrev = '<?php echo smartyTranslate(array('s' => '< Prev','js' => 1), $this);?>
|
|
';
|
|
tb_pathToImage = '<?php echo $this->_tpl_vars['img_ps_dir']; ?>
|
|
loadingAnimation.gif';
|
|
//]]>
|
|
</script>
|