function getFooter() { if ($_GET["modal"] == 'yes' || core_getOption('CLI')) { return; } $this->getHeader($bannerText); ?> </div> <!-- div-main-content --> <hr class='hidden'> </div> <!-- block-main --> <?php if ($this->headerToShow) { ?> <div id='block-colophon'> <div id='div-colophon-address'> <address> <strong>NORDITA</strong>, Roslagstullsbacken 23, 106 91 Stockholm, Sweden <br>Phone: +46-8-5537 8444, Fax: +46-8-5537 8404, E-mail: info<span class='snabela'> </span>nordita.org </address> <p class='only_online'> <a href='<?php echo $this->home; ?> /aboutus/map/index.php'>How to get here</a> — <a href='<?php echo $this->home; ?> /sitemap/index.php'>Sitemap</a> </p> <p align='right' class='only_print'><?php echo date('Y-m-d'); ?> </p> </div> </div> </div> <!-- container-body --> <?php } if ($this->menuToShow) { ?> <div id='backdrop-navigation'></div> <div id='backdrop-scrollprotect'></div> <div id='appendix-pageextension'></div> <?php } $js = new js(); $js->show(); print " </body>\n</html>\n"; core_logAccess(); exit; }