-
Notifications
You must be signed in to change notification settings - Fork 1
/
right-sidebar.php
46 lines (31 loc) · 1.21 KB
/
right-sidebar.php
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
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php include ('head.php') ?>
<!-- Header -->
<?php include ('menu.php') ?>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-laptop"></span>
<h2>Buat Diskusi baru</strong></h2>
</header>
<!-- One -->
<section class="wrapper style4 container">
<?php include ('forum/baru.php') ?>
</div>
</div>
<div class="4u">
<section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon circle fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon circle fa-dribbble"><span class="label">Dribbble</span></a></li>
</ul>
<span class="copyright">© Untitled. All rights reserved. Design: <a href="http://html5up.net">HTML5 UP</a>.</span>
</footer>
</body>
</html>