|
|
|
@ -169,7 +169,7 @@ if (api_get_setting('allow_social_tool') == 'true') { |
|
|
|
|
$tpl->assign('social_avatar_block', $social_avatar_block); |
|
|
|
|
$tpl->assign('social_menu_block', $social_menu_block); |
|
|
|
|
$tpl->assign('social_right_content', $social_right_content); |
|
|
|
|
$social_layout = $tpl->get_template('layout/social_layout.tpl'); |
|
|
|
|
$social_layout = $tpl->get_template('social/home.tpl'); |
|
|
|
|
$tpl->display($social_layout); |
|
|
|
|
} else { |
|
|
|
|
$content = $social_right_content; |
|
|
|
|