File: /var/www/web37/htdocs/fickanzeiger/compiled/social friendly_template/en/c_1_site_search_tpl.php
<?php require_once('/var/www/web37/html/fickanzeiger/components/template_lite/plugins/modifier.cat.php'); $this->register_tmp_modifier("cat", "tpl_modifier_cat"); require_once('/var/www/web37/html/fickanzeiger/components/template_lite/plugins/block.capture.php'); $this->register_tmp_block("capture", "tpl_block_capture"); /* V2.10 Template Lite 4 January 2007 (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2014-06-22 13:05:06 CEST */ ?>
<?php $this->_tag_stack[] = array('tpl_block_capture', array('assign' => "headData")); tpl_block_capture(array('assign' => "headData"), null, $this); ob_start(); ?>
<script type="text/javascript" src="<?php echo $this->_run_modifier('/javascript/site/visitSite.js', 'resurl', 'plugin', 1); ?>
"></script>
<?php $this->_block_content = ob_get_contents(); ob_end_clean(); $this->_block_content = tpl_block_capture($this->_tag_stack[count($this->_tag_stack) - 1][1], $this->_block_content, $this); echo $this->_block_content; array_pop($this->_tag_stack); ?>
<?php $this->assign('pageTitle', "Search results"); ?>
<?php if (! empty ( $this->_vars['searchValues']['phrase'] )): ?>
<?php $this->assign('pageTitle', $this->_vars['pageTitle'].' '.$this->_vars['searchValues']['phrase']); ?>
<?php endif; ?>
<?php if (! empty ( $this->_vars['searchValues']['where'] )): ?>
<?php if (! empty ( $this->_vars['searchValues']['phrase'] )): ?>
<?php $this->assign('pageTitle', $this->_vars['pageTitle'].', '); ?>
<?php endif; ?>
<?php $this->assign('pageTitle', $this->_vars['pageTitle'].' '.$this->_vars['searchValues']['where']); ?>
<?php endif; ?>
<?php if ($this->_vars['pageNavigation']['currentPage'] > 1): ?>
<?php $this->assign('pageTitle', $this->_run_modifier($this->_run_modifier($this->_vars['pageTitle'], 'cat', 'plugin', 1, " - page "), 'cat', 'plugin', 1, $this->_vars['pageNavigation']['currentPage'])); ?>
<?php endif; ?>
<?php
echo $this->_fetch_compile_include("includes/header.tpl", array('title' => $this->_vars['pageTitle'],'includeSearchEngine' => true));
?>
<div class="show_arbo">
<a href="<?php echo $this->_vars['setting']['siteRootUrl']; ?>
" class="link_showarbo">Directory</a> >
<a href="<?php echo $this->_run_modifier('/site/search/1', 'url', 'plugin', 1); ?>
" class="link_showarbo">Search results</a>
</div>
<?php echo $this->_plugins['function']['displayAd'][0]->displayAd(array('place' => "overSitesList"), $this);?>
<div class="title_h_1">
<h1>
Search results
<?php if (! empty ( $this->_vars['searchValues']['phrase'] )): ?>
<?php echo $this->_vars['searchValues']['phrase']; ?>
<?php endif; ?>
<?php if (! empty ( $this->_vars['searchValues']['where'] )): ?>
<?php if (! empty ( $this->_vars['searchValues']['phrase'] )): ?>
<?php echo ', '; ?>
<?php endif; ?>
<?php echo ' '.$this->_vars['searchValues']['where']; ?>
<?php endif; ?>
</h1>
</div>
<?php
echo $this->_fetch_compile_include("site/item.tpl", array('sites' => $this->_vars['searchedSites']));
?>
<?php
echo $this->_fetch_compile_include("includes/footer.tpl", array());
?>