]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge https://github.com/friendica/friendica-addons into apull
authorfriendica <info@friendica.com>
Fri, 22 Jun 2012 07:30:06 +0000 (00:30 -0700)
committerfriendica <info@friendica.com>
Fri, 22 Jun 2012 07:30:06 +0000 (00:30 -0700)
page.tgz
page/page.php

index b942bad6d8b571f0c6a628f0cae9ffd1a7ea04d5..0f3ed4cc04525942ca9c9e348cf54197303512c2 100644 (file)
Binary files a/page.tgz and b/page.tgz differ
index f17188226c26d6a7a6f2225ea22225f9541ff86d..a91a255e4765d521e95ab59b0c3db0d4d708e0f6 100755 (executable)
@@ -65,7 +65,7 @@ function page_page_end($a,&$b) {
        $more = false;
 
        foreach($contacts as $contact) {
-               $page .= '<li style="list-style-type: none;" class="tool"><img height="20" width="20" src="' . $contact['micro'] .'" alt="' . $contact['url'] . '" /> <a href="'.$a->get_baseurl().'/redir/'.$contact["id"].'" title="' . $contact['url'] . '" class="label" target="external-link">'.
+               $page .= '<li style="list-style-type: none;" class="tool sparkle"><img height="20" width="20" src="' . $contact['micro'] .'" alt="' . $contact['url'] . '" /> <a href="'.$a->get_baseurl().'/redir/'.$contact["id"].'" title="' . $contact['url'] . '" class="label sparkle" target="external-link">'.
                                $contact["name"]."</a></li>";
                $total_shown ++;
                if($total_shown == 6) {