diff options
author | angie <angie> | 2008-07-16 13:51:14 +0000 |
---|---|---|
committer | angie <angie> | 2008-07-16 13:51:14 +0000 |
commit | 91c8f68a72c7f6fbc55c7a5435d28303ac0656c8 (patch) | |
tree | 9a97c11268218e0cef1692fb56526c3f677d2605 | |
parent | dc4eaaed1a993eba940d45d6bbd06945b34ba843 (diff) |
added mysoclogo div for banner
-rw-r--r-- | app/views/layouts/default.rhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 9aa39b0c0..efd2dfaed 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -29,6 +29,9 @@ Make and explore Freedom of Information requests </div> </div> + <div id="mysoclogo"> + <a href="http://www.mysociety.org">a site by mysociety.org</a> + </div> <div id="navigation_search"> <% form_tag({:controller => "general", :action => "search_redirect"}, {:id => "navigation_search_form"}) do %> <p> |