0.4.5 Beta not recomended to production servers
[smail.git/.git] / map.php
diff --git a/map.php b/map.php
new file mode 100644 (file)
index 0000000..4b10738
--- /dev/null
+++ b/map.php
@@ -0,0 +1,12 @@
+    <head>
+        <link rel='stylesheet' type='text/css' href='css/all.css'>
+    </head>
+    <body>
+        <?php
+        $xmlDoc=simplexml_load_file('sitemap.xml');
+        foreach ($xmlDoc as $node){
+            echo '<a href="'.$node->link.'">'.$node->name.'</a><br>';
+        }
+        ?>
+    </body>
+</html>
\ No newline at end of file