1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Issue #6 - LAN for "Related" area.

This commit is contained in:
Cameron
2015-10-16 15:09:59 -07:00
parent 790d408587
commit 103dbb2be3
2 changed files with 2 additions and 1 deletions

View File

@@ -2918,7 +2918,7 @@ class e_form
if(count($list))
{
return "<div class='e-related clearfix'><hr><h4>Related</h4><ul class='e-related'>".implode("\n",$list)."</ul></div>"; //XXX Tablerender?
return "<div class='e-related clearfix'><hr><h4>".defset('LAN_RELATED', 'Related')."</h4><ul class='e-related'>".implode("\n",$list)."</ul></div>"; //XXX Tablerender?
}
}