skala
Juan Carlos Raña 13 years ago
parent 107f34b583
commit 260b2ccc64
  1. 2
      main/social/friends.php
  2. 2
      main/social/groups.php
  3. 2
      main/social/home.php
  4. 2
      main/social/invitations.php
  5. 5
      main/social/myfiles.php
  6. 2
      main/social/profile.php
  7. 2
      main/social/search.php

@ -82,7 +82,7 @@ function clear_form () {
</script>';
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('Social'));
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('SocialNetwork'));
$interbreadcrumb[]= array ('url' =>'#','name' => get_lang('Friends'));
$social_left_content = SocialManager::show_social_menu('friends');

@ -117,7 +117,7 @@ jQuery(document).ready(function() {
</script>';
$allowed_views = array('mygroups','newest','pop');
$interbreadcrumb[]= array ('url' =>'home.php','name' => get_lang('Social'));
$interbreadcrumb[]= array ('url' =>'home.php','name' => get_lang('SocialNetwork'));
if (isset($_GET['view']) && in_array($_GET['view'],$allowed_views)) {
if ($_GET['view'] == 'mygroups') {

@ -81,7 +81,7 @@ $social_right_content .= '<div>
</div>
<div class="box_description_group_actions">
<a href="'.api_get_path(WEB_PATH).'main/auth/profile.php">
'.Display::return_icon('profile_edit.png', null, array('hspace'=>'6')).get_lang('EditProfile').'
'.Display::return_icon('profile_edit.png', get_lang('EditProfile'), array('hspace'=>'6')).get_lang('EditProfile').'
</a>
</div>';

@ -20,7 +20,7 @@ require_once api_get_path(LIBRARY_PATH).'group_portal_manager.lib.php';
$this_section = SECTION_SOCIAL;
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('Social'));
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('SocialNetwork'));
$interbreadcrumb[]= array ('url' =>'#','name' => get_lang('Invitations'));
$htmlHeadXtra[] = '

@ -20,7 +20,7 @@ require_once api_get_path(LIBRARY_PATH).'group_portal_manager.lib.php';
$this_section = SECTION_SOCIAL;
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('Social'));
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('SocialNetwork'));
$interbreadcrumb[]= array ('url' =>'#','name' => get_lang('MyFiles'));
$htmlHeadXtra[] = '
@ -101,8 +101,7 @@ $social_right_content .= '<iframe name="fileManager" id="fileManager" src="'.api
$social_right_content .= '</div>';
$tpl = new Template(get_lang('Social'));
$tpl = new Template();
$tpl->assign('social_left_content', $social_left_content);
$tpl->assign('social_left_menu', $social_left_menu);
$tpl->assign('social_right_content', $social_right_content);

@ -186,7 +186,7 @@ if (isset($_GET['shared'])) {
$my_link='../social/profile.php';
$link_shared='';
}
$interbreadcrumb[]= array ('url' =>'home.php','name' => get_lang('Social') );
$interbreadcrumb[]= array ('url' =>'home.php','name' => get_lang('SocialNetwork') );
if (isset($_GET['u']) && is_numeric($_GET['u']) && $_GET['u'] != api_get_user_id()) {
$info_user = api_get_user_info($_GET['u']);

@ -20,7 +20,7 @@ if (api_get_setting('allow_social_tool') !='true') {
$this_section = SECTION_SOCIAL;
$tool_name = get_lang('Search');
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('Social'));
$interbreadcrumb[]= array ('url' =>'profile.php','name' => get_lang('SocialNetwork'));
$query_vars = array();
$query = isset($_GET['q']) ? $_GET['q'] : null;

Loading…
Cancel
Save