Using custom logos and favicon: Difference between revisions
Appearance
m Created page with "In file the ATK configuration file config.inc.php use these examples and change directory and file name as required // Logos<br> $config_theme_logo = "images/"logo.jpg";<br> $co..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{howto|Easy|[[WayneH]]}} | |||
<br> | |||
In file the ATK configuration file config.inc.php use these examples and change directory and file name as required | In file the ATK configuration file config.inc.php use these examples and change directory and file name as required | ||
Latest revision as of 02:33, 14 March 2011
|
ATK Howto: Using custom logos and favicon
|
In file the ATK configuration file config.inc.php use these examples and change directory and file name as required
// Logos
$config_theme_logo = "images/"logo.jpg";
$config_theme_login_logo = "images/login_logo.jpg";
// favicon
$config_defaultfavico = "images/favicon.gif";
NOTES: For STILLBLUE theme -
logo.jpg is displayed on the left side of the top row of each ATK page
login_logo.jpg is displayed on the ATK login form page
favicon.gif is displayed on the left of the URL in the browser address space