source: forum/cache/ctpl_admin_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: 441 bytes
Line 
1<?php $this->_tpl_include('overall_header.html'); ?>
2
3<div <?php if ($this->_rootref['S_USER_NOTICE']) { ?>class="successbox"<?php } else { ?>class="errorbox"<?php } ?>>
4 <h3><?php echo (isset($this->_rootref['MESSAGE_TITLE'])) ? $this->_rootref['MESSAGE_TITLE'] : ''; ?></h3>
5 <p><?php echo (isset($this->_rootref['MESSAGE_TEXT'])) ? $this->_rootref['MESSAGE_TEXT'] : ''; ?></p>
6</div>
7
8<?php $this->_tpl_include('overall_footer.html'); ?>
Note: See TracBrowser for help on using the repository browser.