Project

General

Profile

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