1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Private Message GUI fixes.

This commit is contained in:
Cameron
2013-02-06 00:20:11 -08:00
parent d6a69a0ec3
commit 26cced27c5
4 changed files with 22 additions and 17 deletions

View File

@@ -23,9 +23,11 @@ if(!e_QUERY)
require_once(HEADERF);
// $tmp = $e107CorePage->listPages();
$tmp = $e107CorePage->listBooks();
// $text = $tp->parseTemplate("{PAGE_NAVIGATION=book=2}",true);
if(is_array($tmp))
{
$ns->tablerender($tmp['title'], $tmp['text'], 'cpage');
$ns->tablerender($tmp['title'], $text, 'cpage');
require_once(FOOTERF);
exit;
}