mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Default/Domain/User Settings - Edit: Correct Google Fonts URL.
This commit is contained in:
@@ -752,7 +752,7 @@
|
||||
echo "<br />\n";
|
||||
echo $text['description-value']."\n";
|
||||
if ($category == "theme" && substr_count($subcategory, "_font") > 0 && $name == "text") {
|
||||
echo " ".$text['label-reference'].": <a href='https://www.google.com/fonts' target='_blank'>".$text['label-web_fonts']."</a>\n";
|
||||
echo " ".$text['label-reference'].": <a href='https://fonts.google.com' target='_blank'>".$text['label-web_fonts']."</a>\n";
|
||||
}
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -783,7 +783,7 @@
|
||||
echo "<br />\n";
|
||||
echo $text['description-value']."\n";
|
||||
if ($category == "theme" && substr_count($subcategory, "_font") > 0 && $name == "text") {
|
||||
echo " ".$text['label-reference'].": <a href='https://www.google.com/fonts' target='_blank'>".$text['label-web_fonts']."</a>\n";
|
||||
echo " ".$text['label-reference'].": <a href='https://fonts.google.com' target='_blank'>".$text['label-web_fonts']."</a>\n";
|
||||
}
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
@@ -710,7 +710,7 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) {
|
||||
echo "<br />\n";
|
||||
echo $text['description-value']."\n";
|
||||
if ($user_setting_category == "theme" && substr_count($user_setting_subcategory, "_font") > 0 && $user_setting_name == "text") {
|
||||
echo " ".$text['label-reference'].": <a href='https://www.google.com/fonts' target='_blank'>".$text['label-web_fonts']."</a>\n";
|
||||
echo " ".$text['label-reference'].": <a href='https://fonts.google.com' target='_blank'>".$text['label-web_fonts']."</a>\n";
|
||||
}
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user