diff --git a/data/tools/unit_tree/html_output.py b/data/tools/unit_tree/html_output.py
index 03728dfa4fe..0501fb67ea7 100644
--- a/data/tools/unit_tree/html_output.py
+++ b/data/tools/unit_tree/html_output.py
@@ -9,36 +9,75 @@ import wesnoth.wmlparser3 as wmlparser3
pics_location = "../../pics"
html_header = '''
-
-
-
+
+
+
-'''.strip()
+
+
+
+
'''.strip()
top_bar = '''
-
+
+
+
+
+
+
+
'''.strip()
diff --git a/data/tools/wmlunits b/data/tools/wmlunits
index 1cf6e12d47f..7308c5fa5db 100755
--- a/data/tools/wmlunits
+++ b/data/tools/wmlunits
@@ -30,15 +30,6 @@ def copy_images():
"data/tools/unit_tree/style.css"), options.output)
shutil.copy2(os.path.join(image_collector.datadir,
"data/tools/unit_tree/menu.js"), options.output)
- for grab in [
- "http://www.wesnoth.org/mw/skins/glamdrol/headerbg.jpg",
- "http://www.wesnoth.org/mw/skins/glamdrol/wesnoth-logo.jpg",
- "http://www.wesnoth.org/mw/skins/glamdrol/navbg.png"]:
- local = os.path.join(options.output, grab[grab.rfind("/") + 1:])
- if not os.path.exists(local):
- print("Fetching", grab)
- url = urllib.request.urlopen(grab)
- open(local, "wb").write(url.read())
def shell(com):
#print(com)