|
8 | 8 | <head> |
9 | 9 | <meta charset="utf-8"> |
10 | 10 |
|
11 | | - <!-- Google Chrome Frame for IE --> |
| 11 | + <?php // Google Chrome Frame for IE ?> |
12 | 12 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
13 | 13 |
|
14 | 14 | <title><?php wp_title(''); ?></title> |
15 | 15 |
|
16 | | - <!-- mobile meta (hooray!) --> |
| 16 | + <?php // mobile meta (hooray!) ?> |
17 | 17 | <meta name="HandheldFriendly" content="True"> |
18 | 18 | <meta name="MobileOptimized" content="320"> |
19 | 19 | <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
20 | 20 |
|
21 | | - <!-- icons & favicons (for more: http://www.jonathantneal.com/blog/understand-the-favicon/) --> |
| 21 | + <?php // icons & favicons (for more: http://www.jonathantneal.com/blog/understand-the-favicon/) ?> |
22 | 22 | <link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/library/images/apple-icon-touch.png"> |
23 | 23 | <link rel="icon" href="<?php echo get_template_directory_uri(); ?>/favicon.png"> |
24 | 24 | <!--[if IE]> |
25 | 25 | <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico"> |
26 | 26 | <![endif]--> |
27 | | - <!-- or, set /favicon.ico for IE10 win --> |
| 27 | + <?php // or, set /favicon.ico for IE10 win ?> |
28 | 28 | <meta name="msapplication-TileColor" content="#f01d4f"> |
29 | 29 | <meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/library/images/win8-tile-icon.png"> |
30 | 30 |
|
31 | 31 | <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> |
32 | 32 |
|
33 | | - <!-- wordpress head functions --> |
| 33 | + <?php // wordpress head functions ?> |
34 | 34 | <?php wp_head(); ?> |
35 | | - <!-- end of wordpress head --> |
| 35 | + <?php // end of wordpress head ?> |
36 | 36 |
|
37 | | - <!-- drop Google Analytics Here --> |
38 | | - <!-- end analytics --> |
| 37 | + <?php // drop Google Analytics Here ?> |
| 38 | + <?php // end analytics ?> |
39 | 39 |
|
40 | 40 | </head> |
41 | 41 |
|
|
47 | 47 |
|
48 | 48 | <div id="inner-header" class="wrap clearfix"> |
49 | 49 |
|
50 | | - <!-- to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> --> |
| 50 | + <?php // to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> ?> |
51 | 51 | <p id="logo" class="h1"><a href="<?php echo home_url(); ?>" rel="nofollow"><?php bloginfo('name'); ?></a></p> |
52 | 52 |
|
53 | | - <!-- if you'd like to use the site description you can un-comment it below --> |
| 53 | + <?php // if you'd like to use the site description you can un-comment it below ?> |
54 | 54 | <?php // bloginfo('description'); ?> |
55 | 55 |
|
56 | 56 |
|
57 | 57 | <nav role="navigation"> |
58 | 58 | <?php bones_main_nav(); ?> |
59 | 59 | </nav> |
60 | 60 |
|
61 | | - </div> <!-- end #inner-header --> |
| 61 | + </div> <?php // end #inner-header ?> |
62 | 62 |
|
63 | | - </header> <!-- end header --> |
| 63 | + </header> <?php // end header ?> |
0 commit comments