diff --git a/README.md b/README.md
index 7e1b077..1138e75 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ public/app/views/shared/_record_innards.html.erb--->plugins/local/public/views/s
public/app/views/shared/_request_form.html.erb----->plugins/local/public/views/shared/_request_form.html.erb
+public/app/views/shared/_modal.html.erb----->plugins/local/public/views/shared/_modal.html.erb
+
The following files only have certain values overridden and cannot break code, unless there is a fundamental
change in variable naming.
diff --git a/plugins/local/frontend/views/site/_branding.html.erb b/plugins/local/frontend/views/site/_branding.html.erb
index 066bc2b..526e2e8 100644
--- a/plugins/local/frontend/views/site/_branding.html.erb
+++ b/plugins/local/frontend/views/site/_branding.html.erb
@@ -1,4 +1,4 @@
-
- <%= image_tag "/assets/uoe/UoELogo.gif", :alt => "University of Edinburgh" %>
- <%= image_tag "/assets/uoe/archivesheader_frontend.png" %>
-
\ No newline at end of file
+
+ <%= image_tag asset_path("/assets/uoe/UoELogo.gif"), :class =>"header-logo", :alt => "University of Edinburgh" %>
+ <%= image_tag asset_path("/assets/uoe/archivesheader_frontend.png"), :class =>"header-logo", :alt => "University of Edinburgh" %>
+
\ No newline at end of file
diff --git a/plugins/local/public/views/shared/_footer.html.erb b/plugins/local/public/views/shared/_footer.html.erb
index 8a6af45..8f7b673 100644
--- a/plugins/local/public/views/shared/_footer.html.erb
+++ b/plugins/local/public/views/shared/_footer.html.erb
@@ -1,6 +1,6 @@
-