kaktusy/tools/smarty/compile/%%48^484^4849E396%%cms.tpl.php

33 lines
1.7 KiB
PHP

<?php /* Smarty version 2.6.20, created on 2013-07-02 21:26:07
compiled from /subdomains/kaktusy/httpdocs/themes/prestashop/cms.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/cms.tpl', 2, false),)), $this); ?>
<?php if (! $this->_tpl_vars['content_only']): ?>
<?php ob_start(); ?><?php echo smartyTranslate(array('s' => $this->_tpl_vars['cms']->meta_title), $this);?>
<?php $this->_smarty_vars['capture']['path'] = ob_get_contents(); ob_end_clean(); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => ($this->_tpl_vars['tpl_dir'])."./breadcrumb.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<?php endif; ?>
<?php if ($this->_tpl_vars['cms']): ?>
<div class="rte<?php if ($this->_tpl_vars['content_only']): ?> content_only<?php endif; ?>">
<?php echo $this->_tpl_vars['cms']->content; ?>
</div>
<?php else: ?>
<?php echo smartyTranslate(array('s' => 'This page does not exist.'), $this);?>
<?php endif; ?>
<br />
<?php if (! $this->_tpl_vars['content_only']): ?>
<p><a href="<?php echo $this->_tpl_vars['base_dir']; ?>
" title="<?php echo smartyTranslate(array('s' => 'Home'), $this);?>
"><img src="<?php echo $this->_tpl_vars['img_dir']; ?>
icon/home.gif" alt="<?php echo smartyTranslate(array('s' => 'Home'), $this);?>
" class="icon" /></a><a href="<?php echo $this->_tpl_vars['base_dir']; ?>
" title="<?php echo smartyTranslate(array('s' => 'Home'), $this);?>
"><?php echo smartyTranslate(array('s' => 'Home'), $this);?>
</a></p>
<?php endif; ?>