1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Some correction

This commit is contained in:
Gábor
2016-09-17 07:28:34 +02:00
committed by GitHub
parent 7cf2db0940
commit 79d45fb678

View File

@@ -731,7 +731,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
$class = (!empty($parm['class'])) ? $parm['class'] : 'btn btn-sm btn-primary btn-block-level';
return "<a class='".$class."' href='".$urlCompose."'>".$tp->toGlyph('fa-edit',' ')."".LAN_PM_35."</a>";
return "<a class='".$class."' href='".$urlCompose."'>".$tp->toGlyph('fa-edit',' ').LAN_PM_35."</a>";
}