Project

General

Profile

« Previous | Next » 

Revision 1970

Added by Dietmar about 11 years ago

! MultiLingual set svn properties to all files
  1. MultiLingual typofix in methode updateDefaultPagesCode
    ! Pages settings fix output page_code treelist (not ready yet)

View differences:

readme.txt
1
#

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.

19

  
1
#
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.
19

  
20 20

  

Also available in: Unified diff