/[openfoncier]/branches/3.3.0-ax/dyn/footer.inc.php
ViewVC logotype

Contents of /branches/3.3.0-ax/dyn/footer.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1590 - (show annotations)
Fri Mar 29 17:46:01 2013 UTC (11 years, 10 months ago) by nhaye
File size: 734 byte(s)
Création de la branche à partir du snapshot 3.3.0-a2

1 <?php
2 /**
3 * Ce fichier permet de configurer les liens presents dans le footer
4 *
5 * @package openmairie_exemple
6 * @version SVN: $Id: footer.inc.php 100 2010-09-09 08:29:29Z fmichon $
7 */
8
9 //
10 $footer = array();
11
12 // Documentation du site
13 $footer[] = array(
14 "title" => _("Documentation"),
15 "description" => _("Acceder a l'espace documentation de l'application"),
16 "href" => "../doc/manuel_utilisateur/",
17 "target" => "_blank",
18 "class" => "footer-documentation",
19 );
20
21 // Portail openMairie
22 $footer[] = array(
23 "title" => _("openMairie.org"),
24 "description" => _("Site officiel du projet openMairie"),
25 "href" => "http://www.openmairie.org/",
26 "target" => "_blank",
27 "class" => "footer-openmairie",
28 );
29
30 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26