diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index ca49b4357bb9042c145f6fb74a43efb8dfc8c5fe..f5815c47e4ffe331691cc3a48bb5c53569319bbe 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -35,7 +35,7 @@ PROJECT_NUMBER         = 000000
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.
 
-PROJECT_BRIEF          = "The Lightweight USB Framework for AVRs"
+PROJECT_BRIEF          =
 
 # With the PROJECT_LOGO tag one can specify an logo or icon that is
 # included in the documentation. The maximum height of the logo should not
@@ -837,7 +837,7 @@ HTML_HEADER            =
 # each generated HTML page. If it is left blank doxygen will generate a
 # standard footer.
 
-HTML_FOOTER            =
+HTML_FOOTER            = ./ManPages/footer.htm
 
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
 # style sheet that is used by each HTML page. It can be used to
diff --git a/LUFA/ManPages/Donating.txt b/LUFA/ManPages/Donating.txt
index 6e476c8278925417d3ec2021643f5f3c78824c81..2562e0c229657e7ae80d3faeb670f75f06489159 100644
--- a/LUFA/ManPages/Donating.txt
+++ b/LUFA/ManPages/Donating.txt
@@ -19,6 +19,6 @@
  *  contact author for payment details.</b>).
  *
  *  \image html "http://www.pledgie.com/campaigns/6927.png?skin_name=chrome"
- *  <a href='http://www.pledgie.com/campaigns/6927'>Donate to this project via PayPal</a> - Thanks in Advance!
+ *  <a href='http://www.lufa-lib.org/donate'>Donate to this project via PayPal</a> - Thanks in Advance!
  */
 
diff --git a/LUFA/ManPages/footer.htm b/LUFA/ManPages/footer.htm
new file mode 100644
index 0000000000000000000000000000000000000000..318a485fb307b801497581c52a6f241cce92bf61
--- /dev/null
+++ b/LUFA/ManPages/footer.htm
@@ -0,0 +1 @@
+</body><span style="margin-right: 20px; float: right;"><a href="http://www.lufa-lib.org" title="LUFA Project Page">LUFA Project Page</a> | <a href="http://www.lufa-lib.org/support" title="LUFA Support List">Support Mailing List</a> | <a href="http://www.lufa-lib.org/donate" title="Donate to Support LUFA">Donate</a> | <a href="http://www.fourwalledcubicle.com" title="Four Walled Cubicle Website">Four Walled Cubicle</a> - LUFA, the Lightweight USB Framework for AVRs</span></html>
\ No newline at end of file