@@ -39,7 +39,7 @@ |
||
39 | 39 | * |
40 | 40 | * @param ClickMenu reference parent object |
41 | 41 | * @param array $menuItems |
42 | - * @param string $tableName |
|
42 | + * @param string $table |
|
43 | 43 | * @param integer $uid |
44 | 44 | * |
45 | 45 | * @return array |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | if ($table == 'pages') { |
51 | 51 | // URL for the menu item. Point to the page tree example module, passing the page id. |
52 | 52 | $baseUrl = 'mod.php?M=tools_ExamplesExamples&tx_examples_tools_examplesexamples%5Baction%5D=tree&tx_examples_tools_examplesexamples%5Bcontroller%5D=Default'; |
53 | - $baseUrl .= '&tx_examples_tools_examplesexamples%5Bpage%5D=' . $uid; |
|
53 | + $baseUrl .= '&tx_examples_tools_examplesexamples%5Bpage%5D='.$uid; |
|
54 | 54 | |
55 | 55 | // Add new menu item with the following parameters: |
56 | 56 | // 1) Label |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | { |
77 | 77 | $icon = sprintf( |
78 | 78 | '<img src="%s" border="0" align="top" alt="" />', |
79 | - ExtensionManagementUtility::siteRelPath('crawler') . 'ext_icon.png' |
|
79 | + ExtensionManagementUtility::siteRelPath('crawler').'ext_icon.png' |
|
80 | 80 | ); |
81 | 81 | return $icon; |
82 | 82 | } |