Parent Directory | Revision Log
Ajout de la branche
1 | <?php |
2 | /** |
3 | * |
4 | * |
5 | * @package openfoncier |
6 | * @version SVN : $Id$ |
7 | */ |
8 | |
9 | /** |
10 | * Fichiers requis |
11 | */ |
12 | require_once "../obj/utils.class.php"; |
13 | |
14 | /** |
15 | * Classe utils () |
16 | */ |
17 | $f = new utils(NULL, "edition", _("Systeme Information geographique"), "ico_edition.png", "edition"); |
18 | |
19 | $description = _("Vous devez initialiser des liens http avec votre SIG dans dyn/var.inc."); |
20 | $f->displayDescription($description); |
21 | |
22 | ?> |
Name | Value |
---|---|
svn:keywords | Id |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |