Jump to content

Using custom logos and favicon

From NusaATK
Revision as of 02:29, 14 March 2011 by Wayneh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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