Show
Ignore:
Timestamp:
12/07/09 04:01:10 (3 years ago)
Author:
LucMorizur
Message:

[Event Cats] Implement help banner

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/config.inc.php

    r4421 r4437  
    7171foreach ($ec_conf_default as $k => $v) { $ec_conf2[$k] = $ec_conf[$i]; $i++; } 
    7272$template->assign('ec_conf', $ec_conf2); 
     73$template->assign('ec_help_banner1', l10n('ec_help_banner1_config')); 
    7374 
    7475?>