removed quotes from the page id's in the image map link
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 May 2016 18:24:27 +0000 (14:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 5 May 2016 18:24:27 +0000 (14:24 -0400)
front-page.php

index 8c1b2d9..110d287 100644 (file)
@@ -6,10 +6,10 @@
             <div class="small-11 small-centered text-center columns show-for-large-up">
                 <div>
                     <map name="nav-tree">
-                        <area href="<?php echo get_page_link('15');?>"  shape="poly" coords="171,27,379,27,379,61,359,61,359,160,379,160,379,274,171,247,191,213,191,98,171,98,171,27">
-                        <area href="<?php echo get_page_link('25');?>" shape="rect" coords="26,114,174,196">
-                        <area href="<?php echo get_page_link('23');?>" shape="rect" coords="377,79,524,143">
-                        <area href="<?php echo get_page_link('11');?>" shape="rect" coords="335,309,427,363">
+                        <area href="<?php echo get_page_link(15);?>"  shape="poly" coords="171,27,379,27,379,61,359,61,359,160,379,160,379,274,171,247,191,213,191,98,171,98,171,27">
+                        <area href="<?php echo get_page_link(25);?>" shape="rect" coords="26,114,174,196">
+                        <area href="<?php echo get_page_link(23);?>" shape="rect" coords="377,79,524,143">
+                        <area href="<?php echo get_page_link(11);?>" shape="rect" coords="335,309,427,363">
                     </map>
                 </div>    
                 <img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/logo-tree-for-nav-map.png" usemap="#nav-tree" ismap border="0">