mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 02:35:43 +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";
|
||||
|
||||
Reference in New Issue
Block a user