diff --git a/erpnext/config/docs.py b/erpnext/config/docs.py index 82cb1fbfaab..07d14b650eb 100644 --- a/erpnext/config/docs.py +++ b/erpnext/config/docs.py @@ -19,6 +19,7 @@ docs_version = "6.x.x" splash_light_background = True def get_context(context): + context.brand_html = "ERPNext" context.app.splash_light_background = True context.top_bar_items = [ {"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1}, diff --git a/erpnext/public/js/shopping_cart.js b/erpnext/public/js/shopping_cart.js index b667177157a..f57af3b84ec 100644 --- a/erpnext/public/js/shopping_cart.js +++ b/erpnext/public/js/shopping_cart.js @@ -44,12 +44,11 @@ $.extend(shopping_cart, { var cart_count = getCookie("cart_count"); if($(".cart-icon").length == 0) { - $('
\ - \ -
Cart\ - \ - \ + $('\
').appendTo($('.hidden-xs')) } diff --git a/erpnext/templates/includes/footer/footer_extension.html b/erpnext/templates/includes/footer/footer_extension.html index e24b862a83f..69953ab062a 100644 --- a/erpnext/templates/includes/footer/footer_extension.html +++ b/erpnext/templates/includes/footer/footer_extension.html @@ -1,19 +1,11 @@ {% if not hide_footer_signup %} -
-
-
+ - -
-
- -
+ +