<div class="btn-group  wow animated flipInX">
																																				<?php 
foreach (liczba_znajomych($_GET['uid']) as $koledzy) {
    ?>
												<button type="button" class="btn btn-default fck"><a style="	text-decorations: none; color: inherit;" href="GaleriaProfilowa.php?uid=<?php 
    echo $_GET['uid'];
    ?>
">Znajomi <?php 
    echo $koledzy['liczba'];
    ?>
</a></button>
																			<?php 
}
?>
																																				<?php 
foreach (fetch_galery($_GET['uid']) as $user_galeryy) {
    ?>
												<button type="button" class="btn btn-default fck"><a style="	text-decorations: none; color: inherit;" href="GaleriaProfilowa.php?uid=<?php 
    echo $_GET['uid'];
    ?>
">Galeria <?php 
    echo $user_galeryy['Liczba'];
    ?>
</a></button>
																			<?php 
}
?>
																																				<?php 
foreach (cwiczenia2($_GET['uid']) as $cwiczenie) {
    ?>
												<button type="button" class="btn btn-default fck"><a style="	text-decorations: none; color: inherit;" href="CwiczeniaProfilowe.php?uid=<?php 
<?php

include 'funkcjeprofilowe.php';
$user_info = fetch_user_info($_GET['uid']);
$user_galery = fetch_galery($_GET['uid']);
$user_cwiczenia = cwiczenia($_GET['uid']);
?>
<! DOCTYPE html>
<html lang="en" class="no-js">
		<head>
				<title>On-move</title>
				<meta name="viewport" content="width=device-width, initial-scale=1.0">
				<meta charset='UTF-8'>
				<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
				<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
																<link href='https://fonts.googleapis.com/css?family=Orbitron:500' rel='stylesheet' type='text/css'>
								<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
								<link rel="shortcut icon" href="img/ikonka.ico">
				<link rel="stylesheet" type="text/css" href="css/normalize.css" />
				<link rel="stylesheet" type="text/css" href="css/style6.css" />
				<link href ="css/bootstrap.min.css" rel = "stylesheet">
				<link href="css/styles.css" rel = "stylesheet">
								<link href="css/fontello.css" rel = "stylesheet">

				<script src="js/modernizr-custom.js"></script>
								<script src = "js/bootstrap.js"></script>
				<script src = "js/skrypty.js"></script>