?>
"><?php 
        echo $top_article->title;
        ?>
</a></h4>
                            </div>
                            <?php 
        echo footmali_trim_paragraph($top_article->body[LANGUAGE_NONE][0]['value'], 140) . '...';
        ?>
                            <footer>
                                <!-- todo: link arthur's other articles -->
                                <p class="entry-author"><?php 
        echo t('by');
        ?>
 <?php 
        echo footmali_get_article_author($top_article);
        ?>
</p>
                            </footer>
                        </div>
                        <?php 
        echo footmali_render_share_small($top_article->nid, $top_article->title);
        ?>
                    </article>
                </li>
            <?php 
    }
    ?>
        </ul>
    </div>
    <!-- widget -->
        </div>
        <div class="entry-content">
            <div class="content-top">
                <h4 class="entry-title"><a href="/<?php 
    echo drupal_get_path_alias('node/' . $node->nid);
    ?>
"><?php 
    echo $title;
    ?>
</a></h4>
            </div>
            <?php 
    echo footmali_trim_paragraph($body[0]['value'], 140) . '...';
    ?>
            <footer>
                <!-- todo: link arthur's other articles -->
                <p class="entry-author"><?php 
    echo t('by');
    ?>
 <?php 
    echo footmali_get_article_author($node);
    ?>
</p>
            </footer>
        </div>
        <?php 
    echo footmali_render_share_small($nid, $title);
    ?>
    </article>
<?php 
}