all in the datastore.
[glcas.git] / lib / plugins / www.php
index d060677..ee6bc12 100644 (file)
@@ -51,7 +51,7 @@ function www_basePage($calls)
                www_top();
        }
        
-       echo "</td></tr><tr><td>";
+       echo "</td></tr><tr valign=\"top\"><td>";
        
        // left menu
        if(isset($calls["left_menu_function"])) {
@@ -136,4 +136,17 @@ function www_pageend()
 {
        echo "</body></html>";
 }
+
+function urlCreate($from)
+{
+       global $MENU_ITEMS, $GLOBAL_BASE_URL;
+
+       $mlink = "$GLOBAL_BASE_URL/".$from;
+       $mlink = preg_replace("/\/[\/]+/", "/", $mlink);
+       
+       return $mlink;
+       
+}
+
+
 ?>
\ No newline at end of file