diff options
| -rw-r--r-- | templates/layout/noleft | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/templates/layout/noleft b/templates/layout/noleft index baaff98..3cf3c30 100644 --- a/templates/layout/noleft +++ b/templates/layout/noleft @@ -34,8 +34,10 @@      <nav class="navbar navbar-light bg-light fixed-top">          <div class="container d-flex justify-content-between">              <a href="[area All-Products]" class="navbar-brand d-flex align-items-center"> +                <!--                  <img src="__IMAGE_DIR__/__LOGO__" width="30" height="30" class="rounded-circle d-inline-block align-top mr-2" alt=""> -                __COMPANY__ +                Tokoku +                -->              </a>              <div class="nav-item">                  <a class="navbar-icon-link" href="[area ord/basket]"> |