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

Contents of /trunk/dyn/shortlinks.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: 505 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 la barre de
4 * raccourcis presente en dessous des actions
5 *
6 * @package openmairie_exemple
7 * @version SVN : $Id: shortlinks.inc.php 102 2010-09-13 08:42:59Z fmichon $
8 */
9
10 //
11 $shortlinks = array();
12
13 // Tableau de bord
14 $shortlinks[] = array(
15 "title" => _("Tableau de bord"),
16 "description" => _("Acceder a la page d'accueil de l'application"),
17 "href" => "../scr/dashboard.php",
18 "class" => "shortlinks-dashboard",
19 );
20
21 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26