|
@@ -2,6 +2,10 @@
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
/**
|
|
|
* @author Juan Carlos Trabado herodoto@telefonica.net
|
|
|
+ * @package chamilo.social
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * Initialization
|
|
|
*/
|
|
|
$language_file = array('messages','userInfo');
|
|
|
$cidReset=true;
|
|
@@ -108,4 +112,4 @@ echo '<div id="social-content">';
|
|
|
echo '<table><tr><td><iframe name="fileManager" id="fileManager" src="'.api_get_path(WEB_PATH).'main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php?editor=stand_alone" scrolling="no" noresize="noresize" frameborder="no" style="height:450px; width:710px; float:left"></iframe></td></tr></table>';
|
|
|
echo '</div>';
|
|
|
echo '</div>';
|
|
|
-Display::display_footer();
|
|
|
+Display::display_footer();
|