Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 707)
+++ trunk/CHANGELOG	(revision 708)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 18-Feb-2008	Christian Sommer
+#	Fixed two broken links
 !	Modified news module to create a default index.php during installation (directory spoofing)
 17-Feb-2008	Matthias Gallas
 -	Removed colloquially german language files as the filename causes issues
Index: trunk/wb/admin/images/icons/index.php
===================================================================
--- trunk/wb/admin/images/icons/index.php	(revision 707)
+++ trunk/wb/admin/images/icons/index.php	(revision 708)
@@ -23,7 +23,6 @@
 
 */
 
-require('../../../config.php');
-header('Location: '.ADMIN_URL.'/home/index.php');
+header("Location: ../../../index.php");
 
 ?>
\ No newline at end of file
Index: trunk/wb/admin/admintools/template.html
===================================================================
--- trunk/wb/admin/admintools/template.html	(revision 707)
+++ trunk/wb/admin/admintools/template.html	(revision 708)
@@ -7,8 +7,6 @@
 }
 </style>
 
-<form name="admin_tools" action="save.php" method="post">
-
 <table cellpadding="3" cellspacing="0" border="0" align="center" width="100%" class="tool_table">
 
 <tr class="advanced">
@@ -36,8 +34,4 @@
 </tr>
 </table>
 
-</form>
-
-
-
 <!-- END main_block -->
\ No newline at end of file
