X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=37fcd7360af39787c1cb7fc50460f7b72780d421;hb=4888cf51abf175a0ed4645e6adb2a326ce7e0e5f;hp=acd3ddc62b4d6bec2a5ea0b3539bcc78d5b71627;hpb=f4161d2985268fc4333f968b215ed0c6a53b731c;p=fa-stable.git diff --git a/config.default.php b/config.default.php index acd3ddc6..37fcd736 100644 --- a/config.default.php +++ b/config.default.php @@ -150,8 +150,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $graph_skin = 1; /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */ - $UTF8_fontfile = "FreeSans.ttf"; - //$UTF8_fontfile = "zarnormal.ttf"; // for Arabic Dashboard + $UTF8_fontfile = isset($_SESSION['language']) && $_SESSION['language']->dir == 'rtl' ? "zarnormal.ttf" : "FreeSans.ttf"; // for Dashboard /* Display a dropdown select box for choosing Company to login if false.