Remove “Login” & “Register” links in Danland 7.x-1.0 theme for Drupal

Edit the “page.tpl.php” file, look for the below module and either remove the complete module if you want both login and register removed or edit it to remove only register link. <?php if (!$is_admin): ?> <div id=”authorize”> <ul><?php global $user; if ($user->uid != 0) { print ‘<li>’ .t(‘Logged in as ‘). ‘<a href=”‘ .url(‘user/’.$user->uid). ‘”>’…