You are here

README.txt in Language Selection Page 6

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation


INTRODUCTION
------------

Current Maintainer: Pol Dell'Aiera <drupol@about.me>

In Belgium, alot of websites are still using a landpage where you
can select the language and especially government websites.
This module has been made for that.
It will check the url and if no language information is found,
it will redirect you to a default page that you can override
through the Drupal's templates system.

INSTALLATION
------------

1. The module needs i18n to work.

2. Copy the module in sites/default/modules or another directory that Drupal
   can find.

3. Enable the module with Drush or through the web interface.

4. Check the status report to see if everything is good.

5. Customize the template by copying the .tpl.php file in your current theme directory.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. INTRODUCTION
  6. ------------
  7. Current Maintainer: Pol Dell'Aiera
  8. In Belgium, alot of websites are still using a landpage where you
  9. can select the language and especially government websites.
  10. This module has been made for that.
  11. It will check the url and if no language information is found,
  12. it will redirect you to a default page that you can override
  13. through the Drupal's templates system.
  14. INSTALLATION
  15. ------------
  16. 1. The module needs i18n to work.
  17. 2. Copy the module in sites/default/modules or another directory that Drupal
  18. can find.
  19. 3. Enable the module with Drush or through the web interface.
  20. 4. Check the status report to see if everything is good.
  21. 5. Customize the template by copying the .tpl.php file in your current theme directory.