Minor fix.
diff --git a/images/Logo_EDM.png b/images/Logo_EDM.png
new file mode 100644
index 0000000..9204fdc
--- /dev/null
+++ b/images/Logo_EDM.png
Binary files differ
diff --git a/index.php b/index.php
index 0ece1dd..0f35226 100644
--- a/index.php
+++ b/index.php
@@ -25,6 +25,8 @@
$html = file_get_contents('pages/_index.html');
# Generate the web page
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>' . "\n\t");
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>' . "\n\t");
$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>
\ No newline at end of file
diff --git a/style.css b/style.css
index ad91ec1..85fdf43 100755
--- a/style.css
+++ b/style.css
@@ -4,6 +4,11 @@
background: url("/default/images/backgroundMainEmpty.png") no-repeat white;
}
+#bigbuttons {
+ background: url("images/Logo_EDM.png") no-repeat;
+ background-position: 20px 10px;
+}
+
#midcolumn img {
margin-bottom: 15px;
}