forgot the echo statement
authorIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 20:42:08 +0000 (15:42 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 27 Dec 2016 20:42:08 +0000 (15:42 -0500)
I forgot to add the echo statement to the php call.  I went back and fixed
it.

header.php
style.css

index 6bb9a3a..73716c4 100644 (file)
@@ -4,8 +4,8 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php get_stylesheet_directory_uri(); ?>/css/app.css?v=1.2.34">
-      <link rel="shortcut icon" href="<?php get_stylesheet_directory_uri(); ?>/favicon.ico">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.2.34">
+      <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
        <?php wp_head();?>
   </head>
index 4ea2245..7c8a873 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Gilmore Car Museum
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Gilmore Car Museum.
-Version: 1.2.35
+Version: 1.2.36
 */