mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Forum - added glyph and replaced deprecated function
This commit is contained in:
@@ -441,9 +441,9 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
$text .= "<li class='divider'></li>";
|
$text .= "<li class='divider'></li>";
|
||||||
|
|
||||||
if(plugInstalled('pm') && ($this->postInfo['post_user'] > 0))
|
if(e107::isInstalled('pm') && ($this->postInfo['post_user'] > 0))
|
||||||
{
|
{
|
||||||
$text .= "<li><a href='".e_PLUGIN_ABS."pm/pm.php?send.{$this->postInfo['post_user']}'>".LAN_FORUM_2036."</a></li>";
|
$text .= "<li><a href='".e_PLUGIN_ABS."pm/pm.php?send.{$this->postInfo['post_user']}'>".$tp->toGlyph('envelope')." ".LAN_FORUM_2036." </a></li>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if($website = $this->sc_website())
|
if($website = $this->sc_website())
|
||||||
|
Reference in New Issue
Block a user