Ignore:
Timestamp:
Dec 22, 2009, 1:29:01 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Add feature 1335 (possibility to display the 'Connection' link in identification block menu for generic users)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/include/ec_conf.inc.php

    r4470 r4553  
    9393  'in_help_display'       // whether the help banner is displayed.
    9494    => '1',               // 0: not displayed ; 1 : displayed (surprising !)
     95                          //
     96  'display_connection'    // whether the "Connection" link must be displayed
     97    => '0',               // for generic users, 0 or 1.
    9598);
    9699
     
    108111  'comment_display'    => array('0', '1'),
    109112  'in_help_display'    => array('0', '1'),
     113  'display_connection' => array('0', '1'),
    110114);
    111115
Note: See TracChangeset for help on using the changeset viewer.