mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Template, Core Apps: Update to new modal.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
$text_default = $language->get();
|
||||
$text_application = $language->get(null,'themes/default');
|
||||
$text_application = $language->get(null,'themes/'.$_SESSION['domain']['template']['name']);
|
||||
$text = array_merge($text_default, $text_application);
|
||||
|
||||
//set template variables
|
||||
|
||||
Reference in New Issue
Block a user