diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep new file mode 100644 index 0000000..d457297 --- /dev/null +++ b/templates/default/documentation.html.ep @@ -0,0 +1,6 @@ +% title $self->l('DOCUMENTATION'); +%= include 'header' +%= include 'public_toolbar' +
+
+%= include 'footer' diff --git a/templates/default/public_toolbar.html.ep b/templates/default/public_toolbar.html.ep index c43daf5..12f8a9e 100644 --- a/templates/default/public_toolbar.html.ep +++ b/templates/default/public_toolbar.html.ep @@ -28,6 +28,11 @@
  • <%=l 'FEEDBACK' %>
  • + <% if ($config->{'interface.demo'}){ %> +
  • + <%=l 'DOCUMENTATION' %> +
  • + <% } %>