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:
4
page.php
4
page.php
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user