/[openfoncier]/branches/3.14.x/dyn/menu.inc.php
ViewVC logotype

Diff of /branches/3.14.x/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1226 by vpihour, Wed Jan 16 09:37:40 2013 UTC revision 1250 by nhaye, Wed Feb 13 14:12:33 2013 UTC
# Line 911  $links[] = array( Line 911  $links[] = array(
911      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
912  );  );
913  //  //
914    $links[] = array(
915        "class" => "category",
916        "title" => _("Cerfa"),
917        "right" => array(
918            "cerfa", "cerfa_tab",
919        ),
920    );
921    //
922    $links[] = array(
923        "title" => "<hr/>",
924        "right" => array(
925            "cerfa", "cerfa_tab",
926        ),
927    );
928    //
929    $links[] = array(
930        "href" => "../scr/tab.php?obj=cerfa",
931        "class" => "cerfa",
932        "title" => _("cerfa"),
933        "right" => array("cerfa", "cerfa_tab", ),
934        "open" => array("tab.php|cerfa", "form.php|cerfa", ),
935    );
936    //
937  $rubrik['links'] = $links;  $rubrik['links'] = $links;
938  //  //
939  $menu[] = $rubrik;  $menu[] = $rubrik;

Legend:
Removed from v.1226  
changed lines
  Added in v.1250

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26