diff --git a/lib/config-template.php b/lib/config-template.php index ecf0e7c..0944408 100644 --- a/lib/config-template.php +++ b/lib/config-template.php @@ -21,6 +21,7 @@ $ICEcoder = array( array("Voke","plugins/voke/icon.png","margin-top: 3px","http://voke.fm","_blank",""), array("JS Regex","plugins/jsregex/icon.png","margin-top: 3px","http://jsregex.herokuapp.com","_blank",""), array("wireframe|cc","plugins/wireframecc/icon.png","margin-top: 3px","http://wireframe.cc","_blank",""), + array("TinyPNG","plugins/tinypng/icon.png","margin-top: 7px","http://tinypng.org","_blank",""), array("Zip It!","plugins/zip-it/icon.png","margin-top: 3px; margin-left: 3px","plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip","fileControl:Zipping Files","30") ), "theme" => "default", diff --git a/plugins/tinypng/icon.png b/plugins/tinypng/icon.png new file mode 100644 index 0000000..682ae9b Binary files /dev/null and b/plugins/tinypng/icon.png differ