</head>
				<body class="demo-6">
				<?php 
include "NaglowekLogged.php";
?>
				<?php 
include "NaglowekProfil.php";
?>
				
<div class="container">
	<div class="row">
		<h2>Oś czasowa</h2>
	</div>
    <div class="qa-message-list" id="wallmessages" style="padding-bottom: 50px;">
		<?php 
foreach (cwiczenia($_GET['uid']) as $cwicz) {
    ?>
    				<div class="message-item" id="m16">
						<div class="message-inner">
							<div class="message-head clearfix">
								<div class="user-detail">
									<h5 class="handle" style="font-family: 'Orbitron', sans-serif;"><?php 
    echo $cwicz['partia'];
    ?>
</h5>
									<div class="post-meta">
										<div class="asker-meta">
											<span class="qa-message-what"></span>
											<span class="qa-message-when">
												<span class="qa-message-when-data"><i class="fa fa-clock-o" style="font-size: 20px;"><?php 
    echo $cwicz['godzina'];
<?php

include 'funkcjeprofilowe.php';
$user_info = fetch_user_info($_GET['uid']);
$user_galery = fetch_galery($_GET['uid']);
$user_cwiczenia = cwiczenia($_GET['uid']);
$user_cwiczeniaa = cwiczeniaa($_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>