Example #1
0
<?php

global $current_user;
get_currentuserinfo();
if (theme_custom_point::get_point_img_url()) {
    $point_icon = '<img src="' . theme_custom_point::get_point_img_url() . '" alt="icon" width="15" height="15">';
} else {
    $point_icon = '<i class="fa fa-diamond fa-fw"></i>';
}
?>
<div class="panel">
	<div class="content">
		<?php 
echo theme_custom_point_bomb::get_des();
?>
		<div class="page-tip" id="fm-bomb-loading"><?php 
echo status_tip('loading', ___('Loading, please wait...'));
?>
</div>
		<form class="form-horizontal" action="post" id="fm-bomb" method="javascript:;">
			<div class="form-group">
				<div class="g-tablet-2-5">
					<div class="bomb-area bomb-area-attacker">
						<p>
							<img id="bomb-attacker-avatar" src="<?php 
echo theme_cache::get_avatar_url($current_user->ID);
?>
" alt="<?php 
echo ___('Avatar');
?>
" class="avatar" width="100" height="100" >