
<div class="profilefriends view">
<h2><?php  echo __('Profilefriend'); ?></h2>
	<dl>
		<dt><?php echo __('Id'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['id']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('OwnerId'); ?></dt>
		
		<dd>
			<?php echo h($profilefriend['Profilefriend']['ownerId']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('FriendId'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['friendId']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Status'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['status']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Created'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['created']); ?>
			&nbsp;
		</dd>
	</dl>
</div>
<div class="actions">
	<h3><?php echo __('Actions'); ?></h3>
	<ul>
		<li><?php echo $this->Html->link(__('Edit Profilefriend'), array('action' => 'edit', $profilefriend['Profilefriend']['id'])); ?> </li>
		<li><?php echo $this->Form->postLink(__('Delete Profilefriend'), array('action' => 'delete', $profilefriend['Profilefriend']['id']), null, __('Are you sure you want to delete # %s?', $profilefriend['Profilefriend']['id'])); ?> </li>
		<li><?php echo $this->Html->link(__('List Profilefriends'), array('action' => 'index')); ?> </li>
		<li><?php echo $this->Html->link(__('New Profilefriend'), array('action' => 'add')); ?> </li>
	</ul>
</div>





<!--<div class="profilefriends view">
<h2><?php  echo __('Profilefriend'); ?></h2>
	<dl>
		<dt><?php echo __('Id'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['id']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('OwnerId'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['ownerId']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('FriendId'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['friendId']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Status'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['status']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Created'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['created']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Ownerst'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['ownerst']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Friendst'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['friendst']); ?>
			&nbsp;
		</dd>
		<dt><?php echo __('Clsfrnd'); ?></dt>
		<dd>
			<?php echo h($profilefriend['Profilefriend']['clsfrnd']); ?>
			&nbsp;
		</dd>
	</dl>
</div>
<div class="actions">
	<h3><?php echo __('Actions'); ?></h3>
	<ul>
		<li><?php echo $this->Html->link(__('Edit Profilefriend'), array('action' => 'edit', $profilefriend['Profilefriend']['id'])); ?> </li>
		<li><?php echo $this->Form->postLink(__('Delete Profilefriend'), array('action' => 'delete', $profilefriend['Profilefriend']['id']), null, __('Are you sure you want to delete # %s?', $profilefriend['Profilefriend']['id'])); ?> </li>
		<li><?php echo $this->Html->link(__('List Profilefriends'), array('action' => 'index')); ?> </li>
		<li><?php echo $this->Html->link(__('New Profilefriend'), array('action' => 'add')); ?> </li>
	</ul>
</div>
-->