This is the modified header.php file I use to achieve [[WikkaSkinCustomization the layout as it appears on this site.]] I am continually tweaking it, so this isn't necessarily the latest version, but it covers the key changes: %% GetRedirectMessage(); $user = $this->GetUser(); $site_base = $this->GetConfigValue("base_url"); if ( substr_count($site_base, 'wikka.php?wakka=') > 0 ) $site_base = substr($site_base,0,-16); // *** Some Variable Settings // Onload Message $onload = ( !empty($message) ) ? "onLoad=\"alert('".$message."');\" " : ''; // Site Home (this will put a link back to another page -- like a website home page -- on every page) // array(href, label) $HOME = array('../', 'website home page'); ?>