?>
			<?php 
        } else {
            ?>
				<span class="title"><?php 
            print htmlspecialchars($row['title']);
            ?>
</span>
			<?php 
        }
        ?>
				<?php 
        if (empty($row['wall'])) {
            ?>
					<cite><span class="subtle"><?php 
            print FeedRenderer::getActionLabel($row);
            print ActivityFeedRenderer::formatTimestamp($row['timestamp']);
            ?>
</span><?php 
            print FeedRenderer::getDiffLink($row);
            ?>
</cite>
					<table><?php 
            print FeedRenderer::getDetails($row);
            ?>
</table>
				<?php 
        } else {
            ?>
					<table class="wallfeed"><?php 
            print FeedRenderer::getDetails($row);