@@ -349,7 +349,7 @@ |
||
| 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 | } |
@@ -182,7 +182,7 @@ discard block |
||
| 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 |
||
| 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 | } |