Пример #1
0
			<td><?php 
echo $user->username;
?>
</td>
		</tr>
		<tr>
			<th>Email</th>
			<td><?php 
echo $user->email;
?>
</td>
		</tr>
		<tr>
			<th>Send Daily Topics</th>
			<td><?php 
echo format::to_s($user->send_reminders, 'Yes', 'No');
?>
</td>
		</tr>
	</table>
	
	<div class="left">
		<?php 
echo form::open($user->delete_path(), array('class' => 'deleteObjectLink'));
?>
			<?php 
echo form::submit('submit', 'Delete Account');
?>
		<?php 
echo form::close();
?>