$this->_tag_stack[] = array('pageTitle', array()); $_block_repeat = true; smarty_block_pageTitle($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat); while ($_block_repeat) { ob_start(); echo smarty_function_translate(array('text' => '_form_sent'), $this); $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat = false; echo smarty_block_pageTitle($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat); } array_pop($this->_tag_stack); ?> <?php echo smarty_function_loadJs(array('form' => true), $this); ?> <?php $_smarty_tpl_vars = $this->_tpl_vars; $this->_smarty_include(array('smarty_include_tpl_file' => "custom:layout/frontend/layout.tpl", 'smarty_include_vars' => array())); $this->_tpl_vars = $_smarty_tpl_vars; unset($_smarty_tpl_vars); ?> <div id="content"> <h1><?php echo smarty_function_translate(array('text' => '_form_sent'), $this); ?> </h1>
<?php echo smarty_function_renderBlock(array('block' => 'TRACKING'), $this); ?> <?php echo smarty_function_liveCustomization(array('action' => 'lang'), $this); ?> <?php if (!(is_array($_tmp = 'DISABLE_AJAX') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp))) { ?> <script type="text/javascript"> new Frontend.AjaxInit(document.body); <?php echo smarty_function_loadJs(array(), $this); ?> </script> <?php } ?> <?php if (!(is_array($_tmp = 'DISABLE_TOOLBAR') ? $this->_run_mod_handler('config', true, $_tmp) : $this->_plugins['modifier']['config'][0][0]->config($_tmp))) { ?> <?php echo smarty_function_renderBlock(array('block' => 'FOOTER_TOOLBAR'), $this); ?>