diff --git a/templates/BetterNavigator.ss b/templates/BetterNavigator.ss index bea4f6b..d19fff0 100644 --- a/templates/BetterNavigator.ss +++ b/templates/BetterNavigator.ss @@ -60,6 +60,8 @@ Dev Menu + + <% include BetterNavigatorExtraDevTools %>
Debugging
@@ -75,7 +77,7 @@ - <% include BetterNavigatorExtraDevTools %> + <% include BetterNavigatorExtraDebugging %> <% end_if %> diff --git a/templates/includes/BetterNavigatorExtraContent.ss b/templates/includes/BetterNavigatorExtraContent.ss index e69de29..990e21d 100644 --- a/templates/includes/BetterNavigatorExtraContent.ss +++ b/templates/includes/BetterNavigatorExtraContent.ss @@ -0,0 +1 @@ +<%-- Implement this template to add extra content below the standard buttons --%> \ No newline at end of file diff --git a/templates/includes/BetterNavigatorExtraDebugging.ss b/templates/includes/BetterNavigatorExtraDebugging.ss new file mode 100644 index 0000000..8ee462a --- /dev/null +++ b/templates/includes/BetterNavigatorExtraDebugging.ss @@ -0,0 +1 @@ +<%-- Implement this template to add content below the debugging menu --%> \ No newline at end of file diff --git a/templates/includes/BetterNavigatorExtraDevTools.ss b/templates/includes/BetterNavigatorExtraDevTools.ss index e69de29..2b7d9fe 100644 --- a/templates/includes/BetterNavigatorExtraDevTools.ss +++ b/templates/includes/BetterNavigatorExtraDevTools.ss @@ -0,0 +1 @@ +<%-- Implement this template to add content below the developer tools menu --%> \ No newline at end of file