Optional include tweaks

Fixes #13
This commit is contained in:
Jonathon Menz 2014-11-22 09:03:25 +10:30
parent c5cc3aa7c5
commit 7ff981c253
4 changed files with 6 additions and 1 deletions

View File

@ -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 %>

View File

@ -0,0 +1 @@
<%-- Implement this template to add extra content below the standard buttons --%>

View File

@ -0,0 +1 @@
<%-- Implement this template to add content below the debugging menu --%>

View File

@ -0,0 +1 @@
<%-- Implement this template to add content below the developer tools menu --%>