From 40ff07eec59c1d0d14c8065b74e44ef0e78b621a Mon Sep 17 00:00:00 2001 From: Amiya Date: Fri, 16 Oct 2015 22:35:11 +0530 Subject: [PATCH] fixed #35 --- CHANGELOG.md | 3 +- .../templates/user-login-drop-down.php | 192 +++++++++--------- 2 files changed, 100 insertions(+), 95 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37292d6..058daab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Fixed issue in users page when default avatar is not set [issue #34](https://github.com/amiyasahu/Donut/issues/34) * Improved back to top button * Fixed duplicate border bottoms if the answer form does not exists +* Fixed the compatibility of official facebook login plugin [#35](https://github.com/amiyasahu/Donut/issues/35) ## Version 1.6.1 ## @@ -104,7 +105,7 @@ * several bug fixes * Improved CSS * Improved nav bar -* Improevd navbar for mobile devices +* Improved navbar for mobile devices * Better integration with the [Open login plugin](https://github.com/alixandru/q2a-open-login) ## Version 1.1 ## diff --git a/qa-theme/Donut-theme/templates/user-login-drop-down.php b/qa-theme/Donut-theme/templates/user-login-drop-down.php index d87beac..eb38bd7 100644 --- a/qa-theme/Donut-theme/templates/user-login-drop-down.php +++ b/qa-theme/Donut-theme/templates/user-login-drop-down.php @@ -1,104 +1,108 @@ - - content['navigation']['user']['login'] ); unset( $this->content['navigation']['user']['register'] );