1<?php /* Smarty version 2.6.0, created on 2006-09-06 23:24:47
2         compiled from include.tpl */ ?>
3<?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('function', 'cycle', 'include.tpl', 3, false),)), $this); ?>
5<?php if (isset($this->_sections['includes'])) unset($this->_sections['includes']);
6$this->_sections['includes']['name'] = 'includes';
7$this->_sections['includes']['loop'] = is_array($_loop=$this->_tpl_vars['includes']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
8$this->_sections['includes']['show'] = true;
9$this->_sections['includes']['max'] = $this->_sections['includes']['loop'];
10$this->_sections['includes']['step'] = 1;
11$this->_sections['includes']['start'] = $this->_sections['includes']['step'] > 0 ? 0 : $this->_sections['includes']['loop']-1;
12if ($this->_sections['includes']['show']) {
13    $this->_sections['includes']['total'] = $this->_sections['includes']['loop'];
14    if ($this->_sections['includes']['total'] == 0)
15        $this->_sections['includes']['show'] = false;
16} else
17    $this->_sections['includes']['total'] = 0;
18if ($this->_sections['includes']['show']):
19
20            for ($this->_sections['includes']['index'] = $this->_sections['includes']['start'], $this->_sections['includes']['iteration'] = 1;
21                 $this->_sections['includes']['iteration'] <= $this->_sections['includes']['total'];
22                 $this->_sections['includes']['index'] += $this->_sections['includes']['step'], $this->_sections['includes']['iteration']++):
23$this->_sections['includes']['rownum'] = $this->_sections['includes']['iteration'];
24$this->_sections['includes']['index_prev'] = $this->_sections['includes']['index'] - $this->_sections['includes']['step'];
25$this->_sections['includes']['index_next'] = $this->_sections['includes']['index'] + $this->_sections['includes']['step'];
26$this->_sections['includes']['first']      = ($this->_sections['includes']['iteration'] == 1);
27$this->_sections['includes']['last']       = ($this->_sections['includes']['iteration'] == $this->_sections['includes']['total']);
28?>
29<a name="<?php echo $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['include_file']; ?>
30"><!-- --></a>
31<div class="<?php echo smarty_function_cycle(array('values' => "evenrow,oddrow"), $this);?>
32">
33
34	<div>
35		<span class="include-title">
36			<span class="include-type"><?php echo $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['include_name']; ?>
37</span>
38			(<span class="include-name"><?php echo $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['include_value']; ?>
39</span>)
40			(line <span class="line-number"><?php if ($this->_tpl_vars['includes'][$this->_sections['includes']['index']]['slink']):  echo $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['slink'];  else:  echo $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['line_number'];  endif; ?></span>)
41		</span>
42	</div>
43
44	<?php $_smarty_tpl_vars = $this->_tpl_vars;
45$this->_smarty_include(array('smarty_include_tpl_file' => "docblock.tpl", 'smarty_include_vars' => array('sdesc' => $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['sdesc'],'desc' => $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['desc'],'tags' => $this->_tpl_vars['includes'][$this->_sections['includes']['index']]['tags'])));
46$this->_tpl_vars = $_smarty_tpl_vars;
47unset($_smarty_tpl_vars);
48 ?>
49
50</div>
51<?php endfor; endif; ?>