Beispiel #1
0
						</p>
						<p class="bomb-area-meta">
							<?php 
echo esc_html($current_user->display_name);
?>
						</p>
					</div>					
				</div><!-- .g-tablet-2-5 -->
			
				<div class="g-tablet-1-5 bomb-area-points">
					<h4><?php 
echo ___('Bomb number');
?>
</h4>
					<?php 
$points = theme_custom_point_bomb::get_point_values();
$i = 0;
foreach ($points as $point) {
    ++$i;
    ?>
						<label for="bomb-point-<?php 
    echo $point;
    ?>
" class="label label-default">
							<?php 
    echo $point_icon;
    ?>
							<?php 
    echo $point;
    ?>
							<input type="radio" name="points" id="bomb-point-<?php