diff --git a/server/src/public/page.html b/server/src/public/page.html index 9648aa517..1d862fc51 100644 --- a/server/src/public/page.html +++ b/server/src/public/page.html @@ -342,6 +342,19 @@
{% endif %} {% if tabs|length > 0 %} {% include "tabs.html" %} {% else %} {% include "search-component-code.html" %} {% endif %} + + + {% if logged_in %} + Back To Dashboard + {% endif %} + {% if params.singleProductOptions and + params.singleProductOptions.productName %} {% include "product.html" %} + {% endif %} {% if tabs|length > 0 %} {% include "tabs.html" %} {% else + %} {% include "search-component-code.html" %} {% endif %}
{% if logged_in %}