';
/* homepage logo should not link to itself (BITV accessibility requirement) */
if (strcmp(wl(), $_SERVER['REQUEST_URI']) === 0 ){
echo '
!['.tpl_getLang('adjunct_start_logo_text').$conf['title'].']('.ml(tpl_getConf('logo')).')
';
echo '
!['.tpl_getLang('adjunct_start_logo_text').$conf['title'].']('.tpl_getMediaFile(array(':wiki:favicon-32x32.png', 'images/fav/favicon-32x32.png')).')
';
} else{
tpl_link( wl(),'
!['.$conf['title'].tpl_getLang('adjunct_linked_logo_text').']('.ml(tpl_getConf('logo')).')
','accesskey="h" title="[H]"' );
tpl_link( wl(),'
!['.$conf['title'].tpl_getLang('adjunct_linked_logo_text').']('.tpl_getMediaFile(array(':wiki:favicon-32x32.png', 'images/fav/favicon-32x32.png')).')
','accesskey="h" title="[H]"' );
}
echo "
";