Loading...
 
Documentation

Documentation


Re: How to change a title into a module menu

posts: 101

Here is what Sylvie Greverend tells:

English menu option name can be change in

tiki-admin_menu_options.php?menuId=42

The translation can be changed/added in

lang/fr/language.php

or better in

lang/fr/custom.php

as appearing on the documentation page.

or with the new translation tool

The title of the page can be changed in
templates/tiki-my_tiki.tpl

Good luck

++++++++++++++++++++++++++++++++++++++


Here is what I did and it still doesn't work.


OK, so I modified my file: custom.php_example

with the string I wanted:



?php
$lang_custom = array(
"MonTiki'=>'Mon espace'",
);
$lang = array_merge($lang, $lang_custom);

Then, I renamed the file from

custom.php_example

to:


custom.php
I don't get "Mon espace" as a title.

Am I missing something?


Daniel.

There are no comments at this time.