diff --git a/modules/core/templates/frontpage_config.tpl.php b/modules/core/templates/frontpage_config.tpl.php
index 8d1d8c2c1abd8be2112d66c2e318ec1177e2f9c6..5e0f63a927b90a2d2f62b0928d8cadf15ba16d28 100644
--- a/modules/core/templates/frontpage_config.tpl.php
+++ b/modules/core/templates/frontpage_config.tpl.php
@@ -39,7 +39,7 @@ if ($this->data['isadmin']) {
 	<table>
 	
 	<?php
-	$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />';
+	$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
 	$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
 	?>
 	
@@ -81,7 +81,7 @@ if ($this->data['isadmin']) {
 	echo '<div class="enablebox"><table>';
 	
 	
-	$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />';
+	$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
 	$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
 	
 	
diff --git a/modules/modinfo/templates/modlist.php b/modules/modinfo/templates/modlist.php
index 08110bd6b9311880fd9e118e7d24e0082dc83fd0..d20df10891589d4c15545e3a3ae67295dcb0c03e 100644
--- a/modules/modinfo/templates/modlist.php
+++ b/modules/modinfo/templates/modlist.php
@@ -2,7 +2,7 @@
 $this->data['header'] = $this->t('{modinfo:modinfo:modlist_header}');
 $this->includeAtTemplateBase('includes/header.php');
 
-#$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' .
+#$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="' .
 #htmlspecialchars($this->t(...)" />';
 #$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
 
@@ -20,7 +20,7 @@ foreach($this->data['modules'] as $id => $info) {
 	echo('<tr>');
 	echo('<td>' . htmlspecialchars($id) . '</td>');
 	if($info['enabled']) {
-		echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="' .
+		echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="' .
 			htmlspecialchars($this->t('{modinfo:modinfo:modlist_enabled}')) . '" /></td>');
 	} else {
 		echo('<td><img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="' .
diff --git a/modules/sanitycheck/templates/check-tpl.php b/modules/sanitycheck/templates/check-tpl.php
index c20aa0fc29a4263ce1902182042dc4aa7df21051..afb84a69d1db05a351d432657acfa0657f024a6b 100644
--- a/modules/sanitycheck/templates/check-tpl.php
+++ b/modules/sanitycheck/templates/check-tpl.php
@@ -28,7 +28,7 @@ echo '</div>';
 if (count($this->data['info']) > 0) {
 ?>
 <div style="border: 1px solid #ccc; background: #eee; margin: 1em; padding: .5em">
-<p><?php echo '<img style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="OK" />'; ?>	
+<p><?php echo '<img style="float: right" src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="OK" />'; ?>	
 These checks succeeded:</p>
 <?php
 	echo '<ul>';
diff --git a/templates/frontpage.php b/templates/frontpage.php
index ef3e3b40f693a1a98b0983b2607aae59c3052ee8..90edfcd0d412f71d851a0864a6b1d4b06cda8c06 100644
--- a/templates/frontpage.php
+++ b/templates/frontpage.php
@@ -41,7 +41,7 @@ if ($this->data['isadmin']) {
 		<table>
 		
 		<?php
-		$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />';
+		$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
 		$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
 		?>
 		
@@ -127,7 +127,7 @@ if ($this->data['isadmin']) {
 		echo '<div class="enablebox"><table>';
 		
 		
-		$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/accept.png" alt="enabled" />';
+		$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="enabled" />';
 		$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';
 		
 		
diff --git a/www/resources/icons/accept.png b/www/resources/icons/accept.png
deleted file mode 100755
index 89c8129a490b329f3165f32fa0781701aab417ea..0000000000000000000000000000000000000000
Binary files a/www/resources/icons/accept.png and /dev/null differ