little bit of code cleanup
[gwvp-mini.git] / gwvpmini / gwvpmini_web.php
index e7e0e54..3dfdde0 100644 (file)
@@ -59,7 +59,7 @@ function gwvpmini_goMainPage($bodyFunction = null)
        global $WEB_ROOT_FS, $BASE_URL;
        
        // a simple web page layout that loads any css and js files that exist in the css and js directories
-       echo "<html><head><title>GWVP Mini</title>";
+       echo "<html><head><title>GWVP</title>";
        
        // load css
        if(file_exists("$WEB_ROOT_FS/css")) {
@@ -95,7 +95,7 @@ function gwvpmini_goMainPage($bodyFunction = null)
        // start body
        echo "</head><body>";
        
-       echo "<h1>Git over Web Via PHP - Mini Version</h2>";
+       echo "<h1>Git over Web Via PHP</h1>";
        
        
        echo "<table width=\"100%\">";
@@ -220,7 +220,6 @@ function gwvpmini_BodyBuilder()
 {
        global $HOME_PAGE_PROVIDERS;
        
-       echo "I AM THE MAIN BODY, FEAR ME!!!! - have no idea whats going to go here";
        if(isset($HOME_PAGE_PROVIDERS)) {
                ksort($HOME_PAGE_PROVIDERS);
                foreach($HOME_PAGE_PROVIDERS as $provider) {