1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

minor change for consistency

This commit is contained in:
CaMer0n
2009-08-14 22:33:35 +00:00
parent 4043d9cc6c
commit 0527a8a02a

View File

@@ -1,5 +1,5 @@
<?php
/* $Id: menu.php,v 1.4 2009-08-14 22:31:09 e107coders Exp $ */
/* $Id: menu.php,v 1.5 2009-08-14 22:33:35 e107coders Exp $ */
function menu_shortcode($parm)
{
@@ -101,7 +101,7 @@ function menu_shortcode($parm)
$page = $sql -> db_Fetch();
$caption = $e107->tp->toHTML($page['page_title'], TRUE, 'parse_sc, constants');
$text = $e107->tp->toHTML($page['page_text'], TRUE, 'parse_sc, constants');
$e107->ns->tablerender($caption, $text);
e107::getRender()->tablerender($caption, $text);
}
else
{