1
0
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:
Cameron 2017-10-02 13:32:04 -07:00
parent 23ef768666
commit 83aece2e4a

View File

@ -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');
?>