Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Mar 17, 2015
1 parent b0ec7a2 commit ff6e8e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<div class="btn-group">
<a href="#" class="btn btn-small dropdown-toggle" data-toggle="dropdown">
<?php echo JText::_('COM_MENUS_MODULES') ?>
<strong class="caret"></strong>
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<?php foreach ($this->modules[$item->menutype] as &$module) : ?>
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/isis/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<ul class="nav nav-user<?php echo ($this->direction == 'rtl') ? ' pull-left' : ' pull-right'; ?>">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><span class="icon-cog"></span>
<strong class="caret"></strong></a>
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<span>
Expand Down
4 changes: 2 additions & 2 deletions administrator/templates/isis/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ function colorIsLight($color)
<ul class="nav nav-user<?php echo ($this->direction == 'rtl') ? ' pull-left' : ' pull-right'; ?>">
<li class="dropdown">
<a class="<?php echo ($hidden ? ' disabled' : 'dropdown-toggle'); ?>" data-toggle="<?php echo ($hidden ? '' : 'dropdown'); ?>" <?php echo ($hidden ? '' : 'href="#"'); ?>><span class="icon-cog"></span>
<strong class="caret"></strong></a>
<span class="caret"></span></a>
<ul class="dropdown-menu">
<?php if (!$hidden) : ?>
<li>
<span>
<span class="icon-user"></span>
<span><?php echo $user->name; ?></span>
<strong><?php echo $user->name; ?></strong>
</span>
</li>
<li class="divider"></li>
Expand Down

0 comments on commit ff6e8e1

Please sign in to comment.