chaw / branches / master / views / users / view.ctp

history
<div class="users view">
	<h2><?php echo $html->value('User.username');?></h2>
	<p>
		<?php __('Will soon have a profile to share with you') ?>
	</p>
</div>