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

This commit is contained in:
Michael Vogel 2014-04-24 11:49:43 +02:00
parent e97a64a735
commit 8a604739a3

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;