Parent Directory | Revision Log
Actualisation du trunk
1 | mbroquet | 3730 | <?php |
2 | /** | ||
3 | * | ||
4 | * | ||
5 | * @package openfoncier | ||
6 | * @version SVN : $Id: sig.php 4418 2015-02-24 17:30:28Z tbenita $ | ||
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 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |