mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
parent
c5cc3aa7c5
commit
7ff981c253
@ -60,6 +60,8 @@
|
||||
<a href="dev" target="_blank"><span class="bn-icon-tools"></span>Dev Menu</a>
|
||||
|
||||
</div>
|
||||
|
||||
<% include BetterNavigatorExtraDevTools %>
|
||||
|
||||
<div class="bn-heading">Debugging</div>
|
||||
|
||||
@ -75,7 +77,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<% include BetterNavigatorExtraDevTools %>
|
||||
<% include BetterNavigatorExtraDebugging %>
|
||||
|
||||
<% end_if %>
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
<%-- Implement this template to add extra content below the standard buttons --%>
|
1
templates/includes/BetterNavigatorExtraDebugging.ss
Normal file
1
templates/includes/BetterNavigatorExtraDebugging.ss
Normal file
@ -0,0 +1 @@
|
||||
<%-- Implement this template to add content below the debugging menu --%>
|
@ -0,0 +1 @@
|
||||
<%-- Implement this template to add content below the developer tools menu --%>
|
Loading…
Reference in New Issue
Block a user