@@ -12,17 +12,17 @@ discard block |
||
12 | 12 | ?><!DOCTYPE html> |
13 | 13 | <html <?php language_attributes(); ?>> |
14 | 14 | <head> |
15 | - <meta charset="<?php bloginfo( 'charset' ); ?>"> |
|
15 | + <meta charset="<?php bloginfo('charset'); ?>"> |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
17 | 17 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
18 | - <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> |
|
18 | + <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"> |
|
19 | 19 | |
20 | 20 | <?php wp_head(); ?> |
21 | 21 | </head> |
22 | 22 | |
23 | 23 | <body <?php body_class(); ?>> |
24 | 24 | <div id="page" class="site"> |
25 | - <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'lighthouse' ); ?></a> |
|
25 | + <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e('Skip to content', 'lighthouse'); ?></a> |
|
26 | 26 | |
27 | 27 | <header id="masthead" class="site-header panel-top panel-fixed" role="banner"> |
28 | 28 | <div class="container"> |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | $xml = simplexml_load_file($url); |
50 | 50 | $price = $xml->CurrentPrice; |
51 | 51 | $change = $xml->Change; |
52 | - $change_pcent = $xml->PercentageChange; |
|
52 | + $change_pcent = $xml->PercentageChange; |
|
53 | 53 | $volume = $xml->Volume; |
54 | 54 | |
55 | 55 | echo "Share Price: "; |
@@ -69,13 +69,13 @@ discard block |
||
69 | 69 | <button id="textplus">A+</button> |
70 | 70 | <button id="textminus">A-</button> |
71 | 71 | </div> |
72 | - <form role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>"> |
|
72 | + <form role="search" method="get" action="<?php echo esc_url(home_url('/')); ?>"> |
|
73 | 73 | <div class="search-wrap"> |
74 | - <label class="screen-reader-text" for="s"><?php _e( 'Search for:', 'presentation' ); ?></label> |
|
74 | + <label class="screen-reader-text" for="s"><?php _e('Search for:', 'presentation'); ?></label> |
|
75 | 75 | <button type="submit"> |
76 | 76 | <i class="fa fa-search"></i> |
77 | 77 | </button> |
78 | - <input type="search" placeholder="<?php echo esc_attr( 'Search', 'presentation' ); ?>" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" /> |
|
78 | + <input type="search" placeholder="<?php echo esc_attr('Search', 'presentation'); ?>" name="s" value="<?php echo esc_attr(get_search_query()); ?>" /> |
|
79 | 79 | </div> |
80 | 80 | </form> |
81 | 81 | </div> |
@@ -88,8 +88,8 @@ discard block |
||
88 | 88 | </div> |
89 | 89 | </div> |
90 | 90 | <div class="col-sm-12 col-md-2 col-lg-2 header-center-area"> |
91 | - <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> |
|
92 | - <img src="<?php echo( get_header_image() ); ?>" alt="<?php echo( get_bloginfo( 'title' ) ); ?>" /> |
|
91 | + <a href="<?php echo esc_url(home_url('/')); ?>" rel="home"> |
|
92 | + <img src="<?php echo(get_header_image()); ?>" alt="<?php echo(get_bloginfo('title')); ?>" /> |
|
93 | 93 | </a> |
94 | 94 | |
95 | 95 | <div class="iv-module live-search"> |
@@ -102,9 +102,9 @@ discard block |
||
102 | 102 | <div class="container"> |
103 | 103 | <div class="row"> |
104 | 104 | <div class="col-md-12"> |
105 | - <form method="get" action="<?php echo esc_url( home_url( '/' ) );?>"> |
|
106 | - <label for="s"><?php _e('Type & hit enter to search', 'ivan_domain');?></label> |
|
107 | - <input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type & hit enter to search', 'lighthouse');?>" /> |
|
105 | + <form method="get" action="<?php echo esc_url(home_url('/')); ?>"> |
|
106 | + <label for="s"><?php _e('Type & hit enter to search', 'ivan_domain'); ?></label> |
|
107 | + <input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type & hit enter to search', 'lighthouse'); ?>" /> |
|
108 | 108 | <a class="submit-form" href="#"><i class="fa fa-search"></i></a> |
109 | 109 | <div class="clearfix"></div> |
110 | 110 | </form> |
@@ -131,9 +131,9 @@ discard block |
||
131 | 131 | <div class="container"> |
132 | 132 | <div class="row"> |
133 | 133 | <div class="col-md-12"> |
134 | - <form method="get" action="<?php echo esc_url( home_url( '/' ) );?>"> |
|
135 | - <label for="s"><?php _e('Type & hit enter', 'ivan_domain');?></label> |
|
136 | - <input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type & hit enter', 'lighthouse');?>" /> |
|
134 | + <form method="get" action="<?php echo esc_url(home_url('/')); ?>"> |
|
135 | + <label for="s"><?php _e('Type & hit enter', 'ivan_domain'); ?></label> |
|
136 | + <input type="search" name="s" id="s" placeholder="<?php echo esc_attr__('Type & hit enter', 'lighthouse'); ?>" /> |
|
137 | 137 | <a class="submit-form" href="#"><i class="fa fa-search"></i></a> |
138 | 138 | <div class="clearfix"></div> |
139 | 139 | </form> |