fix lang var

skala
Juan Carlos Raña 13 years ago
parent 4213f43ca0
commit 107f34b583
  1. 2
      main/social/home.php

@ -162,7 +162,7 @@ $social_right_content .= '<div>
}
$social_right_content .= '</div>';
$tpl = new Template(get_lang('Social'));
$tpl = new Template(get_lang('SocialNetwork'));
$tpl->assign('social_left_content', $social_left_content);
$tpl->assign('social_left_menu', $social_left_menu);
$tpl->assign('social_right_content', $social_right_content);

Loading…
Cancel
Save