Attached Or USE template in the admin files.

Posted by Benny 
Attached Or USE template in the admin files.
November 19, 2014 03:48PM
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?
Re: Attached Or USE template in the admin files.
November 20, 2014 02:35AM
Hey!
I did manage to overpass it by call the all path such : <?php echo $PHORUM['x']['y']['name']; ?> so now i can replace all and move it to the language file.

If there is another & better way please light me.
Re: Attached Or USE template in the admin files.
November 20, 2014 05:34AM
there is currently no supported way for localizing the admin area. template code won't work there directly.
so if your way works for you, fine ;).


Thomas Seifert
Re: Attached Or USE template in the admin files.
November 20, 2014 08:59AM
Hey, Thanks for the responde Thought there is a way after all but allright.
Sorry, only registered users may post in this forum.

Click here to login