-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebar-2.php
31 lines (30 loc) · 1.2 KB
/
sidebar-2.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
<div class="secondary">
<aside class="widget search">
<h3>Cautare</h3>
<form method="get" id="searchform" action="http://mozilla.ro/">
<input type="text" value="Căutare" name="s" id="s" onblur="if (this.value == '') {this.value = 'Căutare';}" onfocus="if (this.value == 'Căutare') {this.value = '';}"/>
</form>
</aside>
<aside class="widget subscribe">
<h3>Subscribe</h3>
<ul class="socials">
<li class="fb-icon">
<a href="https://www.facebook.com/MozillaRomania" target="blank" rel="nofollow"></a>
</li>
<li class="tw-icon">
<a href="https://twitter.com/mozillaro" target="blank" rel="nofollow"></a>
</li>
<li class="diaspora-icon">
<a href="https://diasp.org/u/mozillaromania" target="blank" rel="nofollow"></a>
</li>
<li class="identica-icon">
<a href="http://identi.ca/mozillaromania" target="blank" rel="nofollow"></a>
</li>
<li class="rss-icon">
<a href="http://mozilla.ro/feed/" target="blank" rel="nofollow"></a>
</li>
</ul>
</aside>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar ( Page )') ) : ?>
<?php endif; ?>
</div>