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

Forum viewtopic URL fix on userprofile dropdown

This commit is contained in:
Moc
2013-05-21 16:59:27 +02:00
parent 9d882ca436
commit 54515f7dc6

View File

@@ -417,7 +417,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
$text = '<div class="btn-group">
<a class="btn btn-small" href="'.e_BASE.'user.php?'.$this->postInfo['post_user'].'">'.$username.'</a>
<a class="btn btn-small" href="'.e_BASE.'user.php?id.'.$this->postInfo['post_user'].'">'.$username.'</a>
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>