Răsfoiți Sursa

Removing login text in the index.php

Julio Montoya 13 ani în urmă
părinte
comite
1c9c5e0869

+ 3 - 6
main/inc/lib/userportal.lib.php

@@ -683,15 +683,12 @@ class IndexManager {
         $id_label = null;
 	    if (!empty($id)) {
             $id_label = " id = $id ";
-        }
-        
-		$html= '<div '.$id_label.' class="well sidebar-nav">';
-		//$html.= '<div class="menusection">';
+        }        
+		$html= '<div '.$id_label.' class="well sidebar-nav">';		
 		if (!empty($title)) {
 			$html.= '<h4>'.$title.'</h4>';
 		}        
-		$html.= $content;
-	    //$html.= '</div>';        
+		$html.= $content;	    
 	    $html.= '</div>';   
 		return $html;
 	}

+ 1 - 6
main/template/default/layout/login_form.tpl

@@ -1,10 +1,5 @@
 <div id="login_block" class="well sidebar-nav">
-	<div class="menusection">
-		<span class="menusectioncaption">
-		{{"Login"|get_lang}}
-		</span>	
-	</div>
-	
+        
 	{{ login_language_form }}
         
     {% if plugin_login_top is not null %}