Skip to content

Commit

Permalink
Move templates into JonoM namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispenny authored and jonom committed Feb 28, 2023
1 parent 71a3ce1 commit f9304b3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Extension/BetterNavigatorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private function generateNavigator()
// Merge with page data, send to template and render
$navigator = new ArrayData($bNData);

return $this->owner->customise($navigator)->renderWith('BetterNavigator\\BetterNavigator');
return $this->owner->customise($navigator)->renderWith('JonoM\\BetterNavigator\\BetterNavigator');
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

</div>

<% include BetterNavigator\BetterNavigatorExtraContent %>
<% include JonoM\BetterNavigator\BetterNavigatorExtraContent %>

<% if $Mode == 'dev' || $IsDeveloper %>

Expand Down Expand Up @@ -73,7 +73,7 @@

</div>

<% include BetterNavigator\BetterNavigatorExtraDevTools %>
<% include JonoM\BetterNavigator\BetterNavigatorExtraDevTools %>

<% end_if %>

Expand Down Expand Up @@ -128,7 +128,7 @@

</div>

<% include BetterNavigator\BetterNavigatorExtraDebugging %>
<% include JonoM\BetterNavigator\BetterNavigatorExtraDebugging %>

<% end_if %>

Expand Down

0 comments on commit f9304b3

Please sign in to comment.