/[openfoncier]/trunk/dyn/footer.inc.php
ViewVC logotype

Contents of /trunk/dyn/footer.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 380 - (show annotations)
Wed Sep 19 06:30:05 2012 UTC (12 years, 4 months ago) by fmichon
File size: 747 byte(s)
Mise à niveau du paramétrage du menu et des zones de navigation & Mise à niveau des permissions

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" => "http://www.openmairie.org/documentation",
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