forked from 4nd3rs/RESS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
27 lines (23 loc) · 875 Bytes
/
index.php
File metadata and controls
27 lines (23 loc) · 875 Bytes
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
<?php include "header.php" ?>
<div class="container">
<div class="row">
<div class="span8">
<?php include "fragments/carousel.php" ?>
<?php include "fragments/content.php" ?>
<?php include "fragments/detection/device.php" ?>
<?php include "fragments/detection/feature.php" ?>
<?php include "fragments/detection/ress.php" ?>
</div>
<div class="span4">
<?php include "fragments/archive.php"?>
<?php if ($RESS["width"] >= 768) { ?>
<div class="max-768">
<h2>Social</h2>
<?php include "fragments/twitter-search.php"?>
<?php include "fragments/facebook.php"?>
</div>
<?php } ?>
</div>
</div>
</div><!-- /container -->
<?php include "footer.php" ?>