]> git.mxchange.org Git - friendica.git/commitdiff
vier: fix missing icons
authorrabuzarus <>
Tue, 15 Dec 2015 14:13:46 +0000 (15:13 +0100)
committerrabuzarus <>
Tue, 15 Dec 2015 14:13:46 +0000 (15:13 +0100)
view/theme/vier/theme.php

index 91c384f805d1692253879f31a7bdb4dd3e0ef540..4afc5409c06b0be4692ab1008577efb2b091e55c 100644 (file)
@@ -364,10 +364,10 @@ function vier_community_info() {
                        $r[] = array("photo" => "images/twitter.png", "name" => "Twitter");
 
                if (plugin_enabled("wppost"))
-                       $r[] = array("photo" => "images/wordpress", "name" => "Wordpress");
+                       $r[] = array("photo" => "images/wordpress.png", "name" => "Wordpress");
 
                if(function_exists("imap_open") AND !get_config("system","imap_disabled") AND !get_config("system","dfrn_only"))
-                       $r[] = array("photo" => "images/mail", "name" => "E-Mail");
+                       $r[] = array("photo" => "images/mail.png", "name" => "E-Mail");
 
                $tpl = get_markup_template('ch_connectors.tpl');