From 8a604739a33fdd4a884dc2536441e52434cf0228 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 24 Apr 2014 11:49:43 +0200 Subject: [PATCH] fbpost: Now the settings menu appears at the left, when the fbpost-settings are displayed. --- fbpost/fbpost.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index 3d28a969..62ae73c7 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -189,6 +189,9 @@ function fbpost_content(&$a) { info( t('Facebook Post disabled') . EOL); } + require_once("mod/settings.php"); + settings_init($a); + $o = ''; $fb_installed = false; -- 2.39.2