forked from science-ation/science-ation
Add the logo to the header (small in the top-left) and to the index page (bigger, right aligned)
This commit is contained in:
parent
5aca0a8ac9
commit
06fe2b179d
@ -390,6 +390,8 @@ function confirmChanges()
|
||||
|
||||
<div id="header">
|
||||
<?
|
||||
if(file_exists($prependdir."data/logo-100.gif"))
|
||||
echo "<img align=\"left\" height=\"50\" src=\"".$config['SFIABDIRECTORY']."/data/logo-100.gif\">";
|
||||
echo "<h1>".i18n($config['fairname'])."</h1>";
|
||||
?>
|
||||
<hr />
|
||||
|
Loading…
x
Reference in New Issue
Block a user