]> git.mxchange.org Git - friendica-addons.git/commitdiff
theming stuff
authorfriendica <info@friendica.com>
Thu, 27 Sep 2012 09:48:52 +0000 (02:48 -0700)
committerfriendica <info@friendica.com>
Thu, 27 Sep 2012 09:48:52 +0000 (02:48 -0700)
forumlist.tgz
forumlist/forumlist.php

index 9288d147faf520076bee4d789e650b71e540bb14..e617eb2874115e35857c1787d25cfeaa05ab7a66 100644 (file)
Binary files a/forumlist.tgz and b/forumlist.tgz differ
index d570a60cfd8a98e76def3b556f1f6a83ed0f8c86..3fc622dada00ab5c47a8ed489c6f0ffb5a114cf5 100644 (file)
@@ -65,7 +65,7 @@ function forumlist_network_mod_init($a,$b) {
 
        if(count($contacts)) {
                foreach($contacts as $contact) {
-                       $forumlist .= '<a href="' . $a->get_baseurl() . '/redir/' . $contact["id"] . '" title="' . $contact['url'] . '" class="label sparkle" target="external-link"><img height="20" width="20" src="' . $contact['micro'] .'" alt="' . $contact['url'] . '" /></a> <a href="' . $a->get_baseurl() . '/network?f=&cid=' . $contact['id'] . '" >' . $contact["name"]."</a><br />";
+                       $forumlist .= '<a href="' . $a->get_baseurl() . '/redir/' . $contact["id"] . '" title="' . $contact['url'] . '" class="label sparkle" target="external-link"><img class="forumlist-img" height="20" width="20" src="' . $contact['micro'] .'" alt="' . $contact['url'] . '" /></a> <a href="' . $a->get_baseurl() . '/network?f=&cid=' . $contact['id'] . '" >' . $contact["name"]."</a><br />";
                }
        }
        else {