Exemplo n.º 1
0
}
*/
?>
			</div>
			<table id="buttons">
				<tr>
					<td onclick="window.location='profile.php?b=b&p=<?php 
echo $_GET['b'];
?>
'" ><img src="styles/<?php 
echo $project_id;
?>
/images/profile.png" style="height:30px;"><span>Profile</span></td>
					<?php 
if ($api->get_badges_group() != 0) {
    echo ' <td><img src="styles/' . $_SESSION['PROJECT_ID'] . '/images/badges.png" style="height:30px;"><span>Badges</span></td>';
}
?>
					<td onclick="window.location='files.php?b=b&p=<?php 
echo $_GET['b'];
?>
'"><img src="styles/<?php 
echo $project_id;
?>
/images/files.png" style="height:25px;"><span>Files</span></td>
				</tr>
			</table>
		</div>
		<script>
			$(document).ready(function(){