>>
Site Map
>>
Forums
>>
Modules 7x
Forum module - topics in forum:
Modules 7x - Discussions regarding PHP-Nuke Modules. 7x
Login or Register
In the upper left corner you have the Login or Register stuff.
I edit the text in modules/Your_Account/language/lang-swedish.php
define("_OR","eller");
The problem is that it dont write 'eller' it keeps writing 'or'
So where do I edit that?
Sometimes it really hard to know where to edit everything.
It probably has nothing to do with the language define, look in the theme.php for
| Code: : |
if ($username == "Anonymous") {
$theuser = " <a href=\"modules.php?name=Your_Account\">"._LOGIN."</a> or <a href=\"modules.php?name=Your_Account&op=new_user\">"._BREG."</a>"; |
You'll notice the or is just there as text.
Thanks, it solve my problem. This have been a pain to me for a long time.