1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Forum viewtopic changed to tableless template

This commit is contained in:
Cameron
2013-03-14 05:36:52 -07:00
parent 809f9258ae
commit de84481e74
3 changed files with 81 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
<button class="btn btn-small dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<ul class="dropdown-menu left">
';
$text .= "<li><a href='#'>".$this->sc_level('userid')."</a></li>";