Jump to content

Using custom logos and favicon

From NusaATK

ATK Howto: Using custom logos and favicon

Complexity: Easy
Author: WayneH

List of other Howto's


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