Favicon
From Smart Job Board help
Smart Job Board Help > Favicon
You can change the default favicon to your own easily.
- First you need to upload the favicon image (e.g. named favicon.ico) to the root directory, where the Job Board software is installed.
- Then go to your Admin Panel -> Templates -> Edit Templates -> main.tpl and index.tpl
There in the wide text area you need to find the following part of the code:
<head>
.........
</head>
And you just need to insert the following line somewhere between <head> and </head>
<link rel="shortcut icon" href="{$GLOBALS.site_url}/favicon.ico" />
Note: Favicon definition, standards and other details you can find in the http://wikipedia.org/wiki/Favicon
