Default/Domain/User Settings - Edit: Correct Google Fonts URL.
This commit is contained in:
parent
a482326930
commit
7787c4fd73
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue