summaryrefslogtreecommitdiffstats
path: root/old/templates/cache/default/message.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'old/templates/cache/default/message.html.php')
-rw-r--r--old/templates/cache/default/message.html.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/old/templates/cache/default/message.html.php b/old/templates/cache/default/message.html.php
deleted file mode 100644
index 4bad7b9..0000000
--- a/old/templates/cache/default/message.html.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-if ($this->security()) {
-// INCLUDE page_header.html
-$this->assign_from_include('page_header.html');
-echo '
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <tr>
- <th align="center">' . ((isset($this->_tpldata['.'][0]['MSG_TITLE'])) ? $this->_tpldata['.'][0]['MSG_TITLE'] : '') . '</th>
- </tr>
- <tr>
- <td class="row1">' . ((isset($this->_tpldata['.'][0]['MSG_TEXT'])) ? $this->_tpldata['.'][0]['MSG_TEXT'] : '') . '</td>
- </tr>
- <tr>
- <th>&nbsp;</th>
- </tr>
-</table>
-';// INCLUDE page_tail.html
-$this->assign_from_include('page_tail.html');
-
-}
-?> \ No newline at end of file