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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1579 - (show annotations)
Fri Mar 29 13:47:42 2013 UTC (11 years, 10 months ago) by fmichon
File size: 734 byte(s)
Ajout de la documentation directement accessible depuis l'application

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