[Do not print a link to SIP Thor when page is embedded in a SIP client Adrian Georgescu **20100729092955 Ignore-this: 796f5828e62919046b846aa255b81a4a ] hunk ./library/sip_settings.php 1249 - //print _("Home Node"); - print ""; - print _("SIP Thor Node"); - print ""; + if ($this->isEmbedded()) { + print _("Home Node"); + } else { + print ""; + print _("SIP Thor Node"); + print ""; + } +