|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
<?php // $Id: view_message.php 18511 2009-02-16 02:22:11Z iflorespaz $
|
|
|
|
|
<?php // $Id: view_message.php 18670 2009-02-24 20:49:13Z cvargas1 $
|
|
|
|
|
/* |
|
|
|
|
============================================================================== |
|
|
|
|
Dokeos - elearning and course management software |
|
|
|
|
|
|
|
|
|
Copyright (c) 2009 Dokeos SPRL |
|
|
|
|
Copyright (c) 2009 Julio Montoya Armas <gugli100@gmail.com> |
|
|
|
|
Copyright (c) Facultad de Matematicas, UADY (México) |
|
|
|
|
Copyright (c) Facultad de Matematicas, UADY (M<EFBFBD>xico) |
|
|
|
|
Copyright (c) Evie, Free University of Brussels (Belgium) |
|
|
|
|
Copyright (c) 2009 Isaac Flores Paz <isaac.flores.paz@gmail.com> |
|
|
|
|
For a full list of contributors, see "credits.txt". |
|
|
|
@ -37,12 +37,12 @@ if (api_get_setting('allow_message_tool')!='true'){ |
|
|
|
|
api_not_allowed(); |
|
|
|
|
} |
|
|
|
|
require_once(api_get_path(LIBRARY_PATH).'message.lib.php'); |
|
|
|
|
$nameTools = get_lang('Messages'); |
|
|
|
|
|
|
|
|
|
if (isset($_GET['id_send']) || isset($_GET['id'])) { |
|
|
|
|
if (isset($_GET['rs'])) { |
|
|
|
|
$interbreadcrumb[]= array ( |
|
|
|
|
'url' => '#', |
|
|
|
|
'name' => get_lang($nameTools) |
|
|
|
|
'name' => get_lang('Messages') |
|
|
|
|
); |
|
|
|
|
$interbreadcrumb[]= array ( |
|
|
|
|
'url' => '../social/'.$_SESSION['social_dest'].'?#remote-tab-2', |
|
|
|
|