diff --git a/template.php b/template.php
index 511f739..91279d9 100644
--- a/template.php
+++ b/template.php
@@ -72,7 +72,7 @@
   }
   else {
     $user_links['account'] = array('title' => t('Hello @username', array('@username' => $user->name)), 'href' => 'user', 'html' => TRUE);
-    $user_links['logout'] = array('title' => t('Logout'), 'href' => "logout");
+    $user_links['logout'] = array('title' => t('Logout'), 'href' => "user/logout");
   }
   return $user_links;
 }
