mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Backward compatibility fix. Javascripts may have failed to load in the admin area for some v1.x plugins.
This commit is contained in:
@@ -35,7 +35,7 @@ if (!isset($COMMENT_MENU_TEMPLATE))
|
||||
$COMMENT_MENU_TEMPLATE['item'] = "<li>
|
||||
{CM_URL_PRE}{CM_TYPE} {CM_HEADING}{CM_URL_POST}
|
||||
<div>{CM_COMMENT}</div>
|
||||
<small class='muted'>{CM_AUTHOR} {CM_DATESTAMP}</small>
|
||||
<small class='text-muted muted'>{CM_AUTHOR} {CM_DATESTAMP}</small>
|
||||
</li>";
|
||||
|
||||
$COMMENT_MENU_TEMPLATE['end'] = "</ul>";
|
||||
|
Reference in New Issue
Block a user