* SPDX-License-Identifier: AGPL-3.0-only ************************************/ //crmv@35153 global $app_strings; global $mod_strings; global $currentModule; global $theme; $theme_path="themes/".$theme."/"; $image_path=$theme_path."images/"; global $current_language; $smarty = new VteSmarty(); $smarty->assign("MOD", return_module_language($current_language,'Settings')); $smarty->assign("CMOD", $mod_strings); $smarty->assign("APP", $app_strings); $smarty->assign("IMAGE_PATH",$image_path); $smarty->assign("THEME", $theme); $smarty->display('Settings/Privacy.tpl'); //crmv@35153e ?>