blob: ea0c6a35d2151534c9dd1f1bb265c33f5c0da721 [file] [log] [blame]
<?php
if ($theme == "Nova" || $theme == "bootnova") {
$prefix = 'http';
if (isset($App)) {
$prefix = $App->getHTTPPrefix();
}
?>
<a href="<?php print $prefix;?>://www.eclipse.org/">
<img src="/eclipse.org-common/themes/Nova/images/eclipse.png" alt="Eclipse.org"/>
</a>
<?php
}
?>