fbpost: Now the settings menu appears at the left, when the fbpost-settings are displayed.

pull/188/head
Michael Vogel 2014-04-24 11:49:43 +02:00
parent e97a64a735
commit 8a604739a3
1 changed files with 3 additions and 0 deletions

View File

@ -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;