Hey! currently there is no language file to the admin panel.
How can i modify myself and and it?
I tried this:
[code="php"]
in the language file...
...
"phorumAdminTitle" => "התחברות לפאנל ניהול",
...
[/code]
in the header.php i change from "Admin Panel" to:
[code="html4strict"]
.....<td class="statusbar_edge">
{MESSAGE->phorumAdminTitle}<small><br /> ....
[/code]
But not working. anyway around it?