From b485e1ce4eb7ebbb88451ec641c43a5ca2dc7d82 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 3 Aug 2012 13:06:36 +0100 Subject: [PATCH] Icons moved/renamed and ICErepo plugin added Adminer & Zip-It! have their icons renamed to icon.png now, URLs to them have changed. Also renamed the title for Adminer to this New plugin icon added for ICErepo as a placeholder Minor CSS adjustments --- lib/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index b1d25e9..12df289 100644 --- a/lib/config.php +++ b/lib/config.php @@ -13,8 +13,9 @@ $ICEcoder = array( "bannedFiles" => array("_coder","wp-",".exe"), "allowedIPs" => array("*"), "plugins" => array( - array("Database Admin","images/database.png","margin-top: 3px","plugins/adminer/adminer-3.4.0-mysql-en.php","_blank",""), - array("Zip It!","images/zip-it.png","margin-top: 3px","plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip","fileControl:Zipping Files","30") + array("Adminer","plugins/adminer/icon.png","margin-top: 3px","plugins/adminer/adminer-3.4.0-mysql-en.php","_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"), + array("ICErepo","plugins/ice-repo/icon.png","margin-top: 3px","plugins/ice-repo","_blank","") ), "theme" => "default", "tabWidth" => 4,