source: forum/cache/tpl_wowred_message_body.html.php@ 400

Last change on this file since 400 was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 524 bytes
Line 
1<?php $this->_tpl_include('overall_header.html'); ?>
2
3<table class="tablebg" width="100%" cellspacing="1">
4<tr>
5 <th><?php echo (isset($this->_rootref['MESSAGE_TITLE'])) ? $this->_rootref['MESSAGE_TITLE'] : ''; ?></th>
6</tr>
7<tr>
8 <td class="row1" align="center"><br /><p class="gen"><?php echo (isset($this->_rootref['MESSAGE_TEXT'])) ? $this->_rootref['MESSAGE_TEXT'] : ''; ?></p><br /></td>
9</tr>
10</table>
11
12<br clear="all" />
13
14<?php $this->_tpl_include('breadcrumbs.html'); $this->_tpl_include('overall_footer.html'); ?>
Note: See TracBrowser for help on using the repository browser.