We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7072cf8 commit a83ad68Copy full SHA for a83ad68
view/frontend/templates/general.phtml
@@ -12,9 +12,6 @@
12
* @var $mfSecureRenderer \Magefan\Community\Api\SecureHtmlRendererInterface
13
*/
14
?>
15
-
16
-<?php $script = ''; ?>
17
18
<div class="sitemap-search">
19
<input id="html-sitemap-search" placeholder="<?= $escaper->escapeHtml(__('Search')) ?>" style="border-radius: 15px; padding: 15px;" type="text"/>
20
</div>
@@ -62,7 +59,7 @@
62
59
[class*="htmlsitemap-"] .sitemap-item-type .sitemap-item-section .sitemap-item-wrap {padding-left: 40px;}
63
60
64
61
</style>
65
-<?php $script .= "
+<?php $script = "
66
require(['jquery'], function($) {
67
68
var searchQuery = '';
0 commit comments