forked from syaifulsz/discourse-nutt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_header.php
More file actions
13 lines (13 loc) · 1017 Bytes
/
_header.php
File metadata and controls
13 lines (13 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<header class="d-header clearfix">
<div class="wrap">
<div class="contents clearfix">
<div class="title"><a href="/" data-auto-route="true"><img src="https://meta-s3-cdn.freetls.fastly.net/optimized/3X/9/d/9d543e92b15b06924249654667a81441a55867eb_1_690x184.png" alt="Discourse Meta" id="site-logo" class="logo-big"></a></div>
<div class="panel clearfix">
<ul role="navigation" class="icons d-header-icons clearfix">
<li class="header-dropdown-toggle"><a href="/search" data-auto-route="true" title="search topics, posts, users, or categories" aria-label="search topics, posts, users, or categories" id="search-button" class="icon btn-flat"></a></li>
<li class="header-dropdown-toggle"><a data-auto-route="true" title="go to another topic list or category" aria-label="go to another topic list or category" id="toggle-hamburger-menu" class="icon btn-flat"></a></li>
</ul>
</div>
</div>
</div>
</header>