Browse Source

New Settings Images

causefx 8 years ago
parent
commit
89a76d878a
3 changed files with 2 additions and 2 deletions
  1. BIN
      images/css.png
  2. BIN
      images/html.png
  3. 2 2
      settings.php

BIN
images/css.png


BIN
images/html.png


+ 2 - 2
settings.php

@@ -621,7 +621,7 @@ echo buildSettings(
 			array(
 				'title' => 'Custom CSS',
 				'id' => 'theme_css',
-				'image' => 'images/gear.png',
+				'image' => 'images/css.png',
 				'fields' => array(
 					array(
 						'type' => 'header',
@@ -1159,7 +1159,7 @@ echo buildSettings(
 			array(
 				'title' => 'Custom HTML 1',
 				'id' => 'customhtml1',
-				'image' => 'images/gear.png',
+				'image' => 'images/html.png',
 				'fields' => array(
 					array(
 						'type' => $userSelectType,