language/lang-english:
define('_YOUAREANON','You are an Anonymous user. You can register for free by clicking <a href="modules.php?name=Your_Account&op=new_user">here</a>');
.
language/lang-english:
define('_ASREGISTERED','Don\'t have an account yet? You can <a href="modules.php?name=Your_Account&op=new_user">create one</a>. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.');
Using English the link from block login.php goes to:account-new_user.html
But using German the links from both blocks goes to:
modules.php?name=Your_Account
in lang-german.php:
define('_ASREGISTERED','<a href="modules.php?name=Your_Account">Kostenlos registrieren!</a>. Gestalten Sie Ihr eigenes Erscheinungsbild. Passen Sie das Seitenlayout Ihren Wünschen an');
changed to:
define('_ASREGISTERED','<a href="modules.php?name=Your_Account&op=new_user">Kostenlos registrieren!</a>. Gestalten Sie Ihr eigenes Erscheinungsbild. Passen Sie das Seitenlayout Ihren Wünschen an');
define('_YOUAREANON','Sie sind ein anonymer Benutzer. Sie können sich <a href="account.html">hier anmelden</a>');
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum