mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Font-Awesome CDN added (for now) and additional icons used in forum.
This commit is contained in:
@@ -514,7 +514,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
|
||||
}
|
||||
else
|
||||
{
|
||||
$text .= "<li><a href='" . e107::getUrl()->create('forum/thread/split', array('id' => $this->postInfo['post_id']))."'>".LAN_FORUM_2043."</a></li>";
|
||||
$text .= "<li><a href='" . e107::getUrl()->create('forum/thread/split', array('id' => $this->postInfo['post_id']))."'>".LAN_FORUM_2043." <i class='icon-cut'></i></a></li>";
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user