mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Bootstrap3 nevbar alignment fix.
This commit is contained in:
@@ -28,7 +28,7 @@ class theme_shortcodes extends e_shortcode
|
|||||||
if(!USERID) // Logged Out.
|
if(!USERID) // Logged Out.
|
||||||
{
|
{
|
||||||
$text = '
|
$text = '
|
||||||
<ul class="nav navbar-nav pull-right">';
|
<ul class="nav navbar-nav navbar-right">';
|
||||||
|
|
||||||
if(deftrue('USER_REGISTRATION'))
|
if(deftrue('USER_REGISTRATION'))
|
||||||
{
|
{
|
||||||
@@ -91,7 +91,7 @@ class theme_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
$text = '
|
$text = '
|
||||||
|
|
||||||
<ul class="nav navbar-nav pull-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">{SETIMAGE: w=20}{USER_AVATAR} '. USERNAME.' <b class="caret"></b></a>
|
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">{SETIMAGE: w=20}{USER_AVATAR} '. USERNAME.' <b class="caret"></b></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li>
|
<li>
|
||||||
|
Reference in New Issue
Block a user