fixing bug, syntax error in strtolower
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jun 2018 13:12:09 +0000 (09:12 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jun 2018 13:12:09 +0000 (09:12 -0400)
header.php

index 9ccd146..268fb21 100644 (file)
@@ -26,7 +26,7 @@
 </script>
 <?php 
     global $post; 
-    $page = strotolower($post->post_title);
+    $page = strtolower($post->post_title);
 ?>
 <body <?php body_class(); ?> data-page="<?php echo $page; ?>">
 <div id="modal-login">