mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #6: Remove and optimize (hardcoded) LANS
This commit is contained in:
@@ -192,7 +192,7 @@ class notify_config
|
||||
}
|
||||
$text .= "</table>";
|
||||
|
||||
$caption = str_replace("_menu","",ucfirst($k))." Events"; //TODO LAN
|
||||
$caption = str_replace("_menu","",ucfirst($k))." ".LAN_NOTIFY_01;
|
||||
|
||||
$tab[] = array('caption'=>$caption, 'text' => $text);
|
||||
}
|
||||
|
Reference in New Issue
Block a user