<?php /* Smarty version 2.6.2, created on 2012-10-13 05:05:33
         compiled from my:messages */ ?>
<b>Read messages:</b><br><br> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <th bgcolor=FFEA00 width=50>#</th><th bgcolor=FFEA00 width=120>Date</th><th bgcolor=FFEA00>Title</th><th> </tr> <?php if ($this->_tpl_vars['messages']): ?> <?php if (isset($this->_sections['m'])) unset($this->_sections['m']);$this->_sections['m']['name'] = 'm';$this->_sections['m']['loop'] = is_array($_loop=$this->_tpl_vars['messages']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);$this->_sections['m']['show'] = true;$this->_sections['m']['max'] = $this->_sections['m']['loop'];$this->_sections['m']['step'] = 1;$this->_sections['m']['start'] = $this->_sections['m']['step'] > 0 ? 0 : $this->_sections['m']['loop']-1;if ($this->_sections['m']['show']) {$this->_sections['m']['total'] = $this->_sections['m']['loop'];if ($this->_sections['m']['total'] == 0)$this->_sections['m']['show'] = false;} else$this->_sections['m']['total'] = 0;if ($this->_sections['m']['show']):for ($this->_sections['m']['index'] = $this->_sections['m']['start'], $this->_sections['m']['iteration'] = 1;$this->_sections['m']['iteration'] <= $this->_sections['m']['total'];$this->_sections['m']['index'] += $this->_sections['m']['step'], $this->_sections['m']['iteration']++):$this->_sections['m']['rownum'] = $this->_sections['m']['iteration'];$this->_sections['m']['index_prev'] = $this->_sections['m']['index'] - $this->_sections['m']['step'];$this->_sections['m']['index_next'] = $this->_sections['m']['index'] + $this->_sections['m']['step'];$this->_sections['m']['first']      = ($this->_sections['m']['iteration'] == 1);$this->_sections['m']['last']       = ($this->_sections['m']['iteration'] == $this->_sections['m']['total']);?> <tr <?php if ($this->_tpl_vars['messages'][$this->_sections['m']['index']]['status'] == 'new'): ?>style="font-weight: bold"<?php endif; ?>> <td><a href=?a=gmessages&id=<?php echo $this->_tpl_vars['messages'][$this->_sections['m']['index']]['id']; ?>><?php echo $this->_tpl_vars['messages'][$this->_sections['m']['index']]['id']; ?></a></td> <td><a href=?a=gmessages&id=<?php echo $this->_tpl_vars['messages'][$this->_sections['m']['index']]['id']; ?>><?php echo $this->_tpl_vars['messages'][$this->_sections['m']['index']]['rd']; ?></a></td> <td><a href=?a=gmessages&id=<?php echo $this->_tpl_vars['messages'][$this->_sections['m']['index']]['id']; ?>><?php echo $this->_tpl_vars['messages'][$this->_sections['m']['index']]['title']; ?></a></td> </tr> <?php endfor; endif; ?> <?php else: ?> <tr><td colspan=3 align=center>You have no messages</td></tr> <?php endif; ?> </table><br> <?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "my:start_info_table", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars);?> Here you could see official GC messages about updates, new functions and usefull information.<br> <?php $_smarty_tpl_vars = $this->_tpl_vars;$this->_smarty_include(array('smarty_include_tpl_file' => "my:end_info_table", 'smarty_include_vars' => array()));$this->_tpl_vars = $_smarty_tpl_vars;unset($_smarty_tpl_vars);?>