-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathst-breadcrumb.php
More file actions
42 lines (39 loc) · 2.49 KB
/
Copy pathst-breadcrumb.php
File metadata and controls
42 lines (39 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<div class="animate-dropdown">
<!-- ========================================= BREADCRUMB ========================================= -->
<div id="top-mega-nav">
<div class="container">
<nav>
<ul class="inline">
<!-- <li class="dropdown le-dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-list"></i> shop by department
</a>
<ul class="dropdown-menu">
<li><a href="#">Computer Cases & Accessories</a></li>
<li><a href="#">CPUs, Processors</a></li>
<li><a href="#">Fans, Heatsinks & Cooling</a></li>
<li><a href="#">Graphics, Video Cards</a></li>
<li><a href="#">Interface, Add-On Cards</a></li>
<li><a href="#">Laptop Replacement Parts</a></li>
<li><a href="#">Memory (RAM)</a></li>
<li><a href="#">Motherboards</a></li>
<li><a href="#">Motherboard & CPU Combos</a></li>
<li><a href="#">Motherboard Components</a></li>
</ul>
</li>-->
<li class="breadcrumb-nav-holder">
<ul>
<li class="breadcrumb-item">
<a href="index-2.html">Home</a>
</li>
<li class="breadcrumb-item current gray">
<a href="about.html">Authentication</a>
</li>
</ul>
</li><!-- /.breadcrumb-nav-holder -->
</ul>
</nav>
</div><!-- /.container -->
</div><!-- /#top-mega-nav -->
<!-- ========================================= BREADCRUMB : END ========================================= -->
</div>