mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
minor change for consistency
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?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)
|
function menu_shortcode($parm)
|
||||||
{
|
{
|
||||||
@@ -101,7 +101,7 @@ function menu_shortcode($parm)
|
|||||||
$page = $sql -> db_Fetch();
|
$page = $sql -> db_Fetch();
|
||||||
$caption = $e107->tp->toHTML($page['page_title'], TRUE, 'parse_sc, constants');
|
$caption = $e107->tp->toHTML($page['page_title'], TRUE, 'parse_sc, constants');
|
||||||
$text = $e107->tp->toHTML($page['page_text'], 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
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user