Fixed action for member search form on Directory page
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 30 Jul 2015 20:16:31 +0000 (16:16 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 30 Jul 2015 20:16:31 +0000 (16:16 -0400)
simple-wp-membership/view.php
style.css

index 90a659b..a7ca6f5 100644 (file)
@@ -38,7 +38,7 @@
                        </style>
 
        <?php 
-               $pageURL = "http://".$_SERVER['SERVER_NAME'].parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
+               $pageURL = "http://www.".$_SERVER['SERVER_NAME'].parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
                echo '
                        <form action="'.$pageURL.'" method="post">
                                <div class="row"><div class="small-12 columns"><h3>Search for Members</h3></div></div>
index 1749821..d79bfff 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: WequetonsingAssociation
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for WequetonsingAssociation
-Version: 1.0.3
-*/
\ No newline at end of file
+Version: 1.0.12
+*/