diff --git templates/page.tpl.php templates/page.tpl.php
index bd73d4c..59e09c3 100755
--- templates/page.tpl.php
+++ templates/page.tpl.php
@@ -12,7 +12,7 @@
           </a>
         <?php endif; ?>
 
-        <div id="user-links" class="clearfix"><?php if ($user_links) print theme('links', $user_links); ?></div>
+        <div id="user-links" class="clearfix"><?php if (isset($user_links)) print theme('links', $user_links); ?></div>
 
   
         <?php if ($site_name || $site_slogan): ?>
