Added favicon to default theme, get_customer_by_ref() helper and a couple of cleanups.
[fa-stable.git] / access / login.php
index 9984e0a6cf72894d90a6e0c06207d092a3bdd450..00b74403bfdf3813d29b6cbcb58480a35832d4bf 100644 (file)
@@ -56,6 +56,7 @@ function defaultCompany()
        echo "<head><title>$title</title>\n";
        echo "<meta http-equiv='Content-type' content='text/html; charset=$encoding' />\n";
        echo "<link href='$path_to_root/themes/$def_theme/default.css' rel='stylesheet' type='text/css'> \n";
+       echo "<link href='$path_to_root/themes/default/images/favicon.png' rel='icon' type='image/png'> \n";
        send_scripts();
        if (!$login_timeout)
        {