From 4acc2cb4abaf4fc3300c7da1a164d01f75a4d198 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 12 Mar 2015 13:42:26 +0100 Subject: [PATCH] Add empty doc page --- templates/default/documentation.html.ep | 6 ++++++ templates/default/public_toolbar.html.ep | 5 +++++ vroom.pl | 6 +++++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 templates/default/documentation.html.ep 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' %> +
  • + <% } %>