1
0
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:
Cameron
2016-12-07 16:12:30 -08:00
parent 4813a0896b
commit b2aca587fc
3 changed files with 16 additions and 6 deletions

View File

@@ -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>";