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