mirror of
https://github.com/e107inc/e107.git
synced 2025-04-13 17:12:07 +02:00
Comments menu title.
This commit is contained in:
parent
23ef768666
commit
83aece2e4a
@ -80,5 +80,12 @@ if(!empty($title[e_LANGUAGE]))
|
||||
$title = $title[e_LANGUAGE];
|
||||
}
|
||||
|
||||
if(empty($title))
|
||||
{
|
||||
$title = LAN_COMMENTS;
|
||||
}
|
||||
|
||||
e107::getRender()->tablerender(defset($title, $title), $text, 'comment_menu');
|
||||
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user