diff --git a/.htaccess b/.htaccess
index 559d52ba..1c90267a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,6 @@
+
+ Header append X-Frame-Options: DENY
+
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
diff --git a/app/View/Layouts/default_admin.ctp b/app/View/Layouts/default_admin.ctp
index 3d822475..1e8b2b63 100644
--- a/app/View/Layouts/default_admin.ctp
+++ b/app/View/Layouts/default_admin.ctp
@@ -12,7 +12,6 @@ header("Pragma: no-cache");
-
element('metadata'); ?>
-
Orangescrum
@@ -23,7 +22,7 @@ if(PAGE_NAME == "profile") {
echo $this->Html->css('fcbkcomplete');
echo $this->Html->css('pace-theme-minimal');
-echo $this->Html->css('prettyPhoto.css');
+echo $this->Html->css('prettyPhoto.css');
//Moved from Create New project ajax request page
echo $this->Html->css('wick_new.css?v='.RELEASE);
diff --git a/app/View/Layouts/default_outer.ctp b/app/View/Layouts/default_outer.ctp
index 74b4c2e1..69125574 100644
--- a/app/View/Layouts/default_outer.ctp
+++ b/app/View/Layouts/default_outer.ctp
@@ -1,7 +1,6 @@
-