1 |
1970
|
Luisehahne
|
#
|
2 |
|
|
#
|
3 |
|
|
How to use MultiLingual
|
4 |
|
|
##########################################################################
|
5 |
|
|
The easiest way is the combination with Droplet [[iMultiLingual]]
|
6 |
|
|
|
7 |
|
|
##########################################################################
|
8 |
|
|
but you also can handle it in the old manner:
|
9 |
|
|
|
10 |
|
|
insert the following PHP-code in your templates index.php in the place you want
|
11 |
|
|
show the languages link bar.
|
12 |
|
|
|
13 |
|
|
<?php if(function_exists('language_menu')){ echo language_menu(); } ?>
|
14 |
|
|
|
15 |
|
|
##########################################################################
|
16 |
|
|
If you wish to modify the template, just open the file
|
17 |
|
|
/modules/MultiLingual/tpl/lang.html.twig
|
18 |
|
|
and make your modifications.
|