mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
Move templates into JonoM namespaces
This commit is contained in:
parent
71a3ce1327
commit
f9304b3441
@ -157,7 +157,7 @@ class BetterNavigatorExtension extends DataExtension
|
||||
// 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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<% include BetterNavigator\BetterNavigatorExtraContent %>
|
||||
<% include JonoM\BetterNavigator\BetterNavigatorExtraContent %>
|
||||
|
||||
<% if $Mode == 'dev' || $IsDeveloper %>
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<% include BetterNavigator\BetterNavigatorExtraDevTools %>
|
||||
<% include JonoM\BetterNavigator\BetterNavigatorExtraDevTools %>
|
||||
|
||||
<% end_if %>
|
||||
|
||||
@ -128,7 +128,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<% include BetterNavigator\BetterNavigatorExtraDebugging %>
|
||||
<% include JonoM\BetterNavigator\BetterNavigatorExtraDebugging %>
|
||||
|
||||
<% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user