-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmasthead.php
executable file
·54 lines (50 loc) · 2.53 KB
/
masthead.php
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
43
44
45
46
47
48
49
50
51
52
53
<header id="masthead" role="banner" <?php if (get_header_image()) : ?>class="image"<?php endif; ?>>
<hgroup>
<span id="nav-main-toggle" role="button" aria-controls="nav-main-menu" tabindex="0">Menu</span>
<?php if ( (is_front_page()) && ($paged < 1) ) : ?>
<h1 id="site-title" class="home"><a href="<?php echo esc_url( home_url('/') ); ?>" rel="home" title="<?php _e('Go to the front page', 'onemozilla'); ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/mozilla-slovenija-logo-big.png" height="196" width="891" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a></h1>
<?php if (get_bloginfo('description','display')) : ?>
<h2 id="site-description" class="home"><?php echo esc_attr( get_bloginfo('description', 'display') ); ?></h2>
<?php endif; ?>
<?php else : ?>
<h1 id="site-title"><a href="<?php echo esc_url( home_url('/') ); ?>" rel="home" title="<?php _e('Go to the front page', 'onemozilla'); ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/mozilla-slovenija-logo.png" height="100" width="423" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a></h1>
<?php if (get_bloginfo('description','display')) : ?>
<h2 id="site-description"><?php echo esc_attr( get_bloginfo('description', 'display') ); ?></h2>
<?php endif; ?>
<?php endif; ?>
</hgroup>
<a href="http://www.mozilla.org/" id="tabzilla">Mozilla</a>
<div id="topmenu">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('topmenu')) : else : ?>
<div class="pre-widget">
</div>
<?php endif; ?>
</div>
<div id="mobilemenu">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('mobilemenu')) : else : ?>
<div class="pre-widget">
</div>
<?php endif; ?>
</div>
<div id="socialbar">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('socialbar')) : else : ?>
<div class="pre-widget">
</div>
<?php endif; ?>
</div>
</header><!-- #masthead -->
<section id="firefox-promo" class="billboard">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('getfirefox')) : else : ?>
<div class="pre-widget">
</div>
<?php endif; ?>
<div class="clr"></div>
</section>
<div class="clr"></div>
<section id="home-promo" class="pager pager-with-tabs pager-auto-rotate pager-no-history">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('slider')) : else : ?>
<div class="pre-widget">
</div>
<?php endif; ?>
<div class="clr"></div>
</section>