Disabled networks with reduced opacity, new settings dialog for Dreamwidth and InsaneJournal #188

Merged
annando merged 4 commits from master into master 2014-04-26 09:09:49 +02:00
Showing only changes of commit 8a604739a3 - Show all commits

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;