<%= (auth.full_name) ? auth.full_name : "Demo" %>
<%= (auth.email) ? auth.email : "Demo@mailinator.com" %>
keyboard_arrow_down
  • person<%= __("admin.system.edit_profile"); %>
  • input<%= __("admin.system.sign_out"); %>
    <% if(typeof admin_modules_list !== typeof undefined && admin_modules_list && admin_modules_list.length > 0){ admin_modules_list.map(function(module,index){ let moduleGroupPath = (module.group_path) ? module.group_path.split(',') : []; %>
  • "> <% let extraString = ""; let menuLink = WEBSITE_ADMIN_URL+module.path; if(typeof module.childs !== typeof undefined && module.childs && module.childs.length > 0){ let isToggled = (moduleGroupPath.indexOf(active_path) != -1) ? 'active toggled' : ''; extraString = 'class="menu-toggle '+isToggled+'"'; menuLink = module.path; } %> > <%= module.icon%> <%= module.title %> <%if(typeof module.childs !== typeof undefined && module.childs && module.childs.length > 0){%>
      <% module.childs.map(function(child,index){ let activeClass = ""; let childGroupPath = (child.group_path) ? child.group_path.split(',') : []; childGroupPath.map(function(childPath){ if(site_url.indexOf(childPath) > -1){ activeClass = "active"; } }); %>
    • <%= child.title %>
    • <%})%>
    <%}%>
  • <% }); } %>
<%- settings["Site.copyright_text"] %>