-
Notifications
You must be signed in to change notification settings - Fork 0
/
header_top.php
60 lines (59 loc) · 2.05 KB
/
header_top.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<div class="header_top_bar_container style_3 clearfix">
<div class="header_top_bar">
<form class="search" action="" method="get">
<?php
$tukhoa=$_GET['tukhoa'];
$tukhoa=str_replace(array('"','"'), "",trim(strip_tags($tukhoa)));
?>
<input type="hidden" name="p" value="search">
<input type="text" name="tukhoa" placeholder="Search..." value="<?=$tukhoa?>" class="search_input hint">
<input type="submit" class="search_submit" value="">
</form>
<!--<ul class="social_icons dark clearfix">
<ul class="social_icons colors clearfix">-->
<ul class="social_icons clearfix">
<li>
<a target="_blank" href="http://facebook.com/QuanticaLabs" class="social_icon facebook" title="facebook">
</a>
</li>
<li>
<a target="_blank" href="https://twitter.com/QuanticaLabs" class="social_icon twitter" title="twitter">
</a>
</li>
<li>
<a href="mailto:[email protected]" class="social_icon mail" title="mail">
</a>
</li>
<li>
<a href="http://themeforest.net/user/QuanticaLabs/portfolio" class="social_icon envato" title="envato">
</a>
</li>
</ul>
<div class="latest_news_scrolling_list_container">
<ul>
<li class="category">LATEST</li>
<li class="left"><a href="#"></a></li>
<li class="right"><a href="#"></a></li>
<li class="posts">
<ul class="latest_news_scrolling_list">
<?php $kq= $t->TinMoiNhan(3,$lang);?>
<?php while ($row = $kq->fetch_assoc() ) {?>
<li>
<a href="post.html" title="<?=$row['TieuDe']?>"><?=$row['TieuDe']?></a>
</li>
<?php }?>
</ul>
</li>
<li class="date">
<abbr title="04 Apr 2014" class="timeago current">04 Apr 2014</abbr>
<abbr title="04 May 2014" class="timeago">04 May 2014</abbr>
<abbr title="04 June 2014" class="timeago">04 June 2014</abbr>
</li>
</ul>
</div>
</div>
</div>