Ejemplo n.º 1
0
				<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);
            ?>
</table>
				<?php 
        }
Ejemplo n.º 2
0
		<li class="activity-type-<?php 
        echo UserContributionsRenderer::getIconType($row);
        ?>
">
			<?php 
        print FeedRenderer::getSprite($row, $assets['blank']);
        ?>
			<a href="<?php 
        echo htmlspecialchars($row['url']);
        ?>
" class="title" rel="nofollow"><?php 
        echo htmlspecialchars($row['title']);
        ?>
</a>
			<cite><?php 
        echo FeedRenderer::formatTimestamp($row['timestamp']);
        ?>
</cite>
			<?php 
        echo FeedRenderer::getDiffLink($row);
        ?>

		</li>
<?php 
    }
    ?>
	</ul>
<?php 
} else {
    echo wfMsgExt('myhome-user-contributions-empty', array('parse'));
}