/**
 * Output the topic time of the current topic in the loop.
 */
function bp_the_topic_time()
{
    echo bp_get_the_topic_time();
}
 - <?php 
        _e('Permalink', 'huddle');
        ?>
">
						<?php 
        bp_the_topic_title();
        ?>
					</a>

					<p class="topic-meta">
						<span class="topic-by"><?php 
        printf(__('By &middot; %1$s', 'huddle'), bp_get_the_topic_poster_name());
        ?>
</span>,
						<span class="topic-on"><?php 
        printf(__('On &middot; %1$s', 'huddle'), date('m.d.Y', strtotime(bp_get_the_topic_time())));
        ?>
</span>
					</p>
				</td>

				<td class="td-group">
					<?php 
        if (!bp_is_group_forum()) {
            ?>

						<p class="topic-meta">
							<?php 
            bp_the_topic_object_avatar('width=35&height=35');
            ?>