is there a way to get favicon on form? added favicon code to header.php and to view.php... no luck
Appnitro Software Forums » MachForm
favicon
(2 posts)-
Posted 2 months ago #
-
hi,
You can add favicon by editing "includes/view-functions.php", search on line 1830 and 2362 you'll find this code :
<link rel="stylesheet" type="text/css" href="{$css_dir}view.css" media="all" />put exactly bellow that code
<link rel="shortcut icon" href="images/cd.ico">Posted 2 months ago #
Reply
You must log in to post.