-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathandroxfer-header.php
More file actions
33 lines (31 loc) · 1.27 KB
/
Copy pathandroxfer-header.php
File metadata and controls
33 lines (31 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="lens-flare"></div>
<div class="header-container">
<header class="wrapper clearfix">
<a href="http://androxfer.in">
<pre style="white-space: pre;">
_ __ __ __
__ _ _ __ __| |_ __ ___\ \/ // _| ___ _ __
/ _` | '_ \ / _` | '__/ _ \\ /| |_ / _ \ '__|
| (_| | | | | (_| | | | (_) / \| _| __/ |
\__,_|_| |_|\__,_|_| \___/_/\_\_| \___|_|
/// powered by
/// Bytemark.co.uk
</pre>
</a>
<div class="partners">
<?php include 'androxfer-friends.php'; ?>
</div>
</header>
</div>
<div id="devs" class="andro-column">
<h2><i class="icon icon-groups-friends"></i>developers</h2>
<ul>
<?php foreach($users as $user): ?>
<li class='<?= $currentDeveloper == $user ? "active" : "" ?>'><a href='/?developer=<?= $user ?>'><?= $user ?></a></li>
<?php endforeach ?>
</ul>
</div><!-- end devs -->