mirror of https://github.com/ColorlibHQ/AdminLTE
				
				
				
			Fix issue #430
							parent
							
								
									6ab5a66fa2
								
							
						
					
					
						commit
						dde604023b
					
				| 
						 | 
				
			
			@ -111,6 +111,18 @@ body {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body.hold-transition { /* Fix for IE */
 | 
			
		||||
    .content-wrapper, 
 | 
			
		||||
    .right-side, 
 | 
			
		||||
    .main-footer, 
 | 
			
		||||
    .main-sidebar, 
 | 
			
		||||
    .left-side, 
 | 
			
		||||
    .main-header > .navbar,
 | 
			
		||||
    .main-header .logo {
 | 
			
		||||
      .transition(none);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Content */
 | 
			
		||||
.content {
 | 
			
		||||
  min-height: 250px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -129,6 +129,20 @@ body {
 | 
			
		|||
.fixed.layout-boxed .wrapper {
 | 
			
		||||
  max-width: 100%;
 | 
			
		||||
}
 | 
			
		||||
body.hold-transition {
 | 
			
		||||
  /* Fix for IE */
 | 
			
		||||
}
 | 
			
		||||
body.hold-transition .content-wrapper,
 | 
			
		||||
body.hold-transition .right-side,
 | 
			
		||||
body.hold-transition .main-footer,
 | 
			
		||||
body.hold-transition .main-sidebar,
 | 
			
		||||
body.hold-transition .left-side,
 | 
			
		||||
body.hold-transition .main-header > .navbar,
 | 
			
		||||
body.hold-transition .main-header .logo {
 | 
			
		||||
  -webkit-transition: none;
 | 
			
		||||
  -o-transition: none;
 | 
			
		||||
  transition: none;
 | 
			
		||||
}
 | 
			
		||||
/* Content */
 | 
			
		||||
.content {
 | 
			
		||||
  min-height: 250px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -140,6 +140,9 @@ $.AdminLTE.options = {
 | 
			
		|||
$(function () {
 | 
			
		||||
  "use strict";
 | 
			
		||||
 | 
			
		||||
  //Fix for IE page transitions
 | 
			
		||||
  $("body").removeClass("hold-transition");
 | 
			
		||||
 | 
			
		||||
  //Extend options if external options exist
 | 
			
		||||
  if (typeof AdminLTEOptions !== "undefined") {
 | 
			
		||||
    $.extend(true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -52,7 +52,7 @@
 | 
			
		|||
      }
 | 
			
		||||
    </style>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -71,7 +71,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,7 +40,7 @@
 | 
			
		|||
      }
 | 
			
		||||
    </style>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -31,7 +31,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <!-- Site wrapper -->
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="lockscreen">
 | 
			
		||||
  <body class="hold-transition lockscreen">
 | 
			
		||||
    <!-- Automatic element centering -->
 | 
			
		||||
    <div class="lockscreen-wrapper">
 | 
			
		||||
      <div class="lockscreen-logo">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="login-page">
 | 
			
		||||
  <body class="hold-transition login-page">
 | 
			
		||||
    <div class="login-box">
 | 
			
		||||
      <div class="login-logo">
 | 
			
		||||
        <a href="../../index2.html"><b>Admin</b>LTE</a>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="register-page">
 | 
			
		||||
  <body class="hold-transition register-page">
 | 
			
		||||
    <div class="register-box">
 | 
			
		||||
      <div class="register-logo">
 | 
			
		||||
        <a href="../../index2.html"><b>Admin</b>LTE</a>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,7 +35,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <!-- ADD THE CLASS layout-boxed TO GET A BOXED LAYOUT -->
 | 
			
		||||
  <body class="skin-blue layout-boxed sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue layout-boxed sidebar-mini">
 | 
			
		||||
    <!-- Site wrapper -->
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <!-- ADD THE CLASS sidedar-collapse TO HIDE THE SIDEBAR PRIOR TO LOADING THE SITE -->
 | 
			
		||||
  <body class="skin-blue sidebar-collapse sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-collapse sidebar-mini">
 | 
			
		||||
    <!-- Site wrapper -->
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
  </head>
 | 
			
		||||
  <!-- ADD THE CLASS fixed TO GET A FIXED HEADER AND SIDEBAR LAYOUT -->
 | 
			
		||||
  <!-- the fixed layout is not compatible with sidebar-mini -->
 | 
			
		||||
  <body class="skin-blue fixed sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue fixed sidebar-mini">
 | 
			
		||||
    <!-- Site wrapper -->
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
 | 
			
		||||
  <body class="skin-blue layout-top-nav">
 | 
			
		||||
  <body class="hold-transition skin-blue layout-top-nav">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,7 +32,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,7 +29,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,7 +29,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,7 +27,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
  </head>
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <header class="main-header">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
 | 
			
		|||
  |               | sidebar-mini                            |
 | 
			
		||||
  |---------------------------------------------------------|
 | 
			
		||||
  -->
 | 
			
		||||
  <body class="skin-blue sidebar-mini">
 | 
			
		||||
  <body class="hold-transition skin-blue sidebar-mini">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
 | 
			
		||||
      <!-- Main Header -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue