Skip to content

Commit

Permalink
Align the paths for child templates (#35024)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko authored Aug 4, 2021
1 parent 4ee89be commit bdc8320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cassiopeia/html/mod_menu/dropdown-metismenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/** @var WebAssetManager $wa */
$wa = $app->getDocument()->getWebAssetManager();
$wa->registerAndUseScript('metismenu', 'media/templates/cassiopeia/js/mod_menu/menu-metismenu.min.js', [], ['defer' => true], ['metismenujs']);
$wa->registerAndUseScript('metismenu', 'media/templates/site/cassiopeia/js/mod_menu/menu-metismenu.min.js', [], ['defer' => true], ['metismenujs']);

$attributes = [];
$attributes['class'] = 'mod-menu mod-menu_dropdown-metismenu metismenu mod-list ' . $class_sfx;
Expand Down

0 comments on commit bdc8320

Please sign in to comment.