File: /var/www/web37/htdocs/fickanzeiger/compiled/social friendly_template/en/c_1_keyword_show_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"); /* V2.10 Template Lite 4 January 2007 (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2014-05-16 07:19:51 CEST */ ?>
<?php
echo $this->_fetch_compile_include("includes/header.tpl", array('title' => $this->_run_modifier("Keywords - ", 'cat', 'plugin', 1, $this->_vars['letter']),'metaDescription' => $this->_run_modifier($this->_run_modifier("Directory of words starting with", 'cat', 'plugin', 1, " "), 'cat', 'plugin', 1, $this->_vars['letter']),'includeSearchEngine' => true));
?>
<?php echo $this->_plugins['function']['displayAd'][0]->displayAd(array('place' => "overSitesList"), $this);?>
<br />
<div class="show_arbo">
<h1>Directory of words starting with <?php echo $this->_vars['letter']; ?>
</h1>
</div>
<div id="menuin">
<ul>
<?php if (count((array)$this->_vars['keywordGroups'])): foreach ((array)$this->_vars['keywordGroups'] as $this->_vars['groupPrefix'] => $this->_vars['keywordGroup']): ?>
<li><a href="#<?php echo $this->_vars['groupPrefix']; ?>
" title="Keywords, starting with <?php echo $this->_vars['groupPrefix']; ?>
"><?php echo $this->_vars['groupPrefix']; ?>
</a></li>
<?php endforeach; endif; ?>
</ul>
</div>
<?php if (count((array)$this->_vars['keywordGroups'])): foreach ((array)$this->_vars['keywordGroups'] as $this->_vars['groupPrefix'] => $this->_vars['keywordGroup']): ?>
<div class="title_h_2_out">
<div class="title_h_2" id="<?php echo $this->_vars['groupPrefix']; ?>
">
<div class="barre"> <h2><?php echo $this->_vars['groupPrefix']; ?>
</h2></div>
</div>
</div>
<div class="column_in">
<?php for($for1 = 0; ((0 < 3) ? ($for1 < 3) : ($for1 > 3)); $for1 += ((0 < 3) ? 1 : -1)): $this->assign('columnNr', $for1); ?>
<div class="menucategories"><ul>
<?php if ($this->_vars['columnNr'] < $this->_run_modifier($this->_vars['keywordGroup']['keywords'], 'count', 'PHP', 0)): ?>
<?php for($for2 = $this->_vars['columnNr']; (($this->_vars['columnNr'] < $this->_run_modifier($this->_vars['keywordGroup']['keywords'], 'count', 'PHP', 0)) ? ($for2 < $this->_run_modifier($this->_vars['keywordGroup']['keywords'], 'count', 'PHP', 0)) : ($for2 > $this->_run_modifier($this->_vars['keywordGroup']['keywords'], 'count', 'PHP', 0))); $for2 += (($this->_vars['columnNr'] < $this->_run_modifier($this->_vars['keywordGroup']['keywords'], 'count', 'PHP', 0)) ? 3 : -3)): $this->assign('i', $for2); ?>
<?php $this->assign('keyword', $this->_vars['keywordGroup']['keywords'][$this->_vars['i']]); ?>
<li class="keyword"><a href="<?php echo $this->_run_modifier($this->_vars['keyword'], 'objurl', 'plugin', 0, 'keyword'); ?>
" title="<?php echo $this->_vars['keyword']['keyword']; ?>
"><?php echo $this->_vars['keyword']['keyword']; ?>
</a>
<span class="text_numbers">(<?php echo $this->_vars['keyword']['count']; ?>
)</span>
</li>
<?php endfor; ?>
<?php endif; ?>
</ul></div>
<?php endfor; ?>
</div>
<?php endforeach; endif; ?>
<?php
echo $this->_fetch_compile_include("includes/footer.tpl", array());
?>