mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Comments menu title.
This commit is contained in:
@@ -80,5 +80,12 @@ if(!empty($title[e_LANGUAGE]))
|
|||||||
$title = $title[e_LANGUAGE];
|
$title = $title[e_LANGUAGE];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(empty($title))
|
||||||
|
{
|
||||||
|
$title = LAN_COMMENTS;
|
||||||
|
}
|
||||||
|
|
||||||
e107::getRender()->tablerender(defset($title, $title), $text, 'comment_menu');
|
e107::getRender()->tablerender(defset($title, $title), $text, 'comment_menu');
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user