HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/pug/components/document-header.pug
// Page Header Start
- var status = (sidebar_open ? 'open' : '');

.page-main-header.document-header(class=status)
  .nav-right.col.document-right-nav
      nav.navbar.navbar-expand-md
          .row
            .col-12.d-flex.align-items-center
              .main-header-left.d-lg-none
                  .logo-wrapper
                      a.navbar-brand(href='index.html')
                          img.img-fluid(src='../assets/images/logo/logo.png', alt='')
              .mobile-sidebar.ms-3(class=header_status)
                  .media-body.text-end.switch-sm
                      label.switch
                          a(href='javascript:void(0)')
                              i#sidebar-toggle(data-feather='align-left')
          button.navbar-toggler(type='button', data-bs-toggle='collapse', data-bs-target='#collapsibleNavbar')
              span
                  i(data-feather='align-justify')
          #collapsibleNavbar.collapse.navbar-collapse
              ul.navbar-nav
                li.nav-item
                  a.nav-link(href='../theme/index.html', data-original-title='', title='') Preview
                li.nav-item
                  a.nav-link(href='index.html', data-original-title='', title='') Docs
                li.nav-item
                  a.nav-link(href='review.html', data-original-title='', title='') Reviews
                li.nav-item
                  a.nav-link(href='change-log.html', data-original-title='', title='') Changelog            
// Page Header Ends