Du meinst in dem Block "Login"?
Schnapp Dir die Datei
blocks/block-Login.php (Zeile ~50-53)
</div>
<div style="text-indent: -8px; margin-left: 8px;">
<strong><big>·</big></strong> <a href="modules.php?name=User_Registration">' . _GREGNEWUSER . '</a>
</div>';
und ersetz die mit dem
</div>';
if (mxModuleAllowed("User_Registration")) {
$content .= '<div style="text-indent: -8px; margin-left: 8px;">
<strong><big>·</big></strong> <a href="modules.php?name=User_Registration">' . _GREGNEWUSER . '</a>
</div>';
}
Damit wird der Link für eine Neuregistrierung nur angezeigt, wenn das Modul User_Registration aktiviert ist.