1
0
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:
Cameron
2013-06-21 02:43:37 -07:00
parent e1efbad213
commit 62e06d7a30
3 changed files with 10 additions and 3 deletions

View File

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