@@ -50,7 +50,7 @@ use \lithium\security\Auth;
<ul>
';
foreach ($links as $name => $path) {
- if ($path == '/')
+ if (($path == '/') || ($name == $this->request()->controller))
echo '<li class="current">';
else
echo '<li>';