Completed
Branch develop (f4310e)
by
unknown
21:45
created
htdocs/core/menus/standard/eldy_menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -349,7 +349,7 @@
 block discarded – undo
349 349
 
350 350
 							// Add font-awesome (if $val2['level'] == 0, we are on level2
351 351
 							if ($val2['level'] == 0 && !empty($val2['prefix'])) {
352
-								print $val2['prefix'];	// the picto must have class="pictofixedwidth paddingright"
352
+								print $val2['prefix']; // the picto must have class="pictofixedwidth paddingright"
353 353
 							} else {
354 354
 								print '<i class="fa fa-does-not-exists fa-fw paddingright pictofixedwidth"></i>';
355 355
 							}
Please login to merge, or discard this patch.
htdocs/core/menus/standard/empty.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
 			// $this->menu->liste is top menu
183 183
 			//var_dump($this->menu->liste);exit;
184 184
 			$lastlevel = array();
185
-			$showmenu = true;  // Is current menu shown - define here to keep static code checker happy
185
+			$showmenu = true; // Is current menu shown - define here to keep static code checker happy
186 186
 			print '<!-- Generate menu list from menu handler '.$this->name.' -->'."\n";
187 187
 			foreach ($this->menu->liste as $key => $val) {		// $val['url','titre','level','enabled'=0|1|2,'target','mainmenu','leftmenu'
188 188
 				print '<ul class="ulmenu" data-inset="true">';
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
 
337 337
 							// Add font-awesome (if $val2['level'] == 0, we are on level2
338 338
 							if ($val2['level'] == 0 && !empty($val2['prefix'])) {
339
-								print $val2['prefix'];	// the picto must have class="pictofixedwidth paddingright"
339
+								print $val2['prefix']; // the picto must have class="pictofixedwidth paddingright"
340 340
 							} else {
341 341
 								print '<i class="fa fa-does-not-exists fa-fw paddingright pictofixedwidth"></i>';
342 342
 							}
Please login to merge, or discard this patch.