Browse Source

[svn r10416] remove titles

Patrick Cool 18 years ago
parent
commit
22e8434e6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/dropbox/index.php

+ 2 - 2
main/dropbox/index.php

@@ -284,7 +284,7 @@ if ($dropbox_cnf['sent_received_tabs'])
 
 if (!$_GET['view'] OR $_GET['view']=='received' OR $dropbox_cnf['sent_received_tabs']==false)
 {
-	echo '<h3>'.get_lang('ReceivedFiles').'</h3>';
+	//echo '<h3>'.get_lang('ReceivedFiles').'</h3>';
 	
 	// This is for the categories
 	if (isset($_GET['view_received_category']) AND $_GET['view_received_category']<>'')
@@ -431,7 +431,7 @@ if (!$_GET['view'] OR $_GET['view']=='received' OR $dropbox_cnf['sent_received_t
 */ 
 if ($_GET['view']=='sent' OR $dropbox_cnf['sent_received_tabs']==false)
 {
-	echo '<h3>'.get_lang('SentFiles').'</h3>';
+	//echo '<h3>'.get_lang('SentFiles').'</h3>';
 	
 	// This is for the categories
 	if (isset($_GET['view_sent_category']) AND $_GET['view_sent_category']<>'')