diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/home.html | 3 | ||||
-rw-r--r-- | tpl/messages.html | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tpl/home.html b/tpl/home.html index 33aec78c..ad881997 100644 --- a/tpl/home.html +++ b/tpl/home.html | |||
@@ -15,4 +15,5 @@ | |||
15 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li> | 15 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ia');" title="by date asc" /> by date <img src="img/down.png" onclick="sort_links('{$view}', 'id');" title="by date desc" /></li> |
16 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li> | 16 | <li><img src="img/up.png" onclick="sort_links('{$view}', 'ta');" title="by title asc" /> by title <img src="img/down.png" onclick="sort_links('{$view}', 'td');" title="by title desc" /></li> |
17 | </ul> | 17 | </ul> |
18 | {/if} \ No newline at end of file | 18 | {/if} |
19 | {include="messages"} \ No newline at end of file | ||
diff --git a/tpl/messages.html b/tpl/messages.html new file mode 100644 index 00000000..87af259b --- /dev/null +++ b/tpl/messages.html | |||
@@ -0,0 +1 @@ | |||
<div id="messages"><?php echo $msg->display(); ?></div> \ No newline at end of file | |||