	<br>
	<h3><i class="fa fa-bar-chart" aria-hidden="true"></i> All Time Stats</h3>
	
	<div class="row" style="background: #F9F9F9; padding: 10px 0; border-radius: 8px;">

		<div class="col-xs-6 col-md-4 col-lg-2 text-center">
			<span class="stats_total"><?php echo $all_users; ?></span><br/>
			<i class="fa fa-users fa-lg"></i> <?php echo ($all_users == 1) ? "user" : "users"; ?>
			<?php if ($users_today > 0) { ?><p><span class="todays_total">+<?php echo $users_today; ?> today</span></p><?php } ?>
		</div>
		<div class="col-xs-6 col-md-4 col-lg-2 text-center">
			<span class="stats_total"><?php echo $all_exchanges; ?></span><br/>
			<i class="fa fa-refresh fa-lg"></i> <?php echo ($all_exchanges == 1) ? "exchanges" : "exchanges"; ?>
			<?php if ($exchanges_today > 0) { ?><p><span class="todays_total">+<?php echo $exchanges_today; ?> today</span></p><?php } ?>
		</div>		
		<div class="col-xs-6 col-md-4 col-lg-2 text-center">
			<span class="stats_total"><?php echo $all_currencies; ?></span><br/>
			<i class="fa fa-money fa-lg"></i> <?php echo ($all_currencies == 1) ? "currency" : "currencies"; ?>
		</div>
		<div class="col-xs-6 col-md-4 col-lg-2 text-center">
			<span class="stats_total"><?php echo $all_ex_directions; ?></span><br/>
			<i class="fa fa-exchange fa-lg"></i> <?php echo ($all_ex_directions == 1) ? "direction" : "directions"; ?>
		</div>
		<div class="col-xs-6 col-md-4 col-lg-2 text-center">
			<span class="stats_total"><?php echo $all_reviews; ?></span><br/>
			<i class="fa fa-comments-o fa-lg"></i> <?php echo ($all_reviews == 1) ? "testimonial" : "testimonials"; ?>
			<?php if ($reviews_today > 0) { ?><p><span class="todays_total">+<?php echo $reviews_today; ?> today</span></p><?php } ?>
		</div>
		<div class="col-xs-6 col-md-4 col-lg-2 text-center">
			<span class="stats_total" style="color: #8CD706;">$<?php echo number_format(floatval(getsetting('total_exchanges_usd'))); ?></span><br/> exchanges in USD <!-- //dev -->
		</div>

	 </div>
	 <?php echo ShowCBEInfo(); ?>