|
@@ -50,7 +50,7 @@ discard block |
|
|
block discarded – undo |
|
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 |
|
|
block discarded – undo |
|
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
|
} |
Please login to merge, or discard this patch.