File "topbar.php"
Full Path: /home/ozbarhaber/public_html/19052025___siteeee/wp-content/themes/anka/parts/topbar.php
File size: 1003 B
MIME-type: text/x-php
Charset: utf-8
<?php if(!defined('ABSPATH')) exit; ?>
<div id="topbar">
<div class="innerContainer visible pad">
<nav id="topmenu">
<?php safir_nav_menu('topmenu'); ?>
</nav>
<?php if(safirShowElement("showSearchButton")) : ?>
<div id="topsearch">
<form method="get" action="<?php bloginfo('url'); ?>">
<input type="text" autocomplete="off" name="s" value="<?php echo (get_query_var("s")) ? get_query_var("s") : __("Arama yap...", "anka"); ?>" onfocus="if(this.value==this.defaultValue) this.value='';" />
<button type="submit"><?php themeIcon("search") ?></button>
</form>
<?php if($x = nl2br(xoption("searchTerms"))) : ?>
<div class="searchTerms">
<?php
$x = explode("<br />", $x);
$counter = 0;
if(is_array($x)) :
foreach($x as $item) {
$counter++;
?><span><?php echo trim($item) ?></span><?php
}
endif;
?>
</div>
<?php endif; ?>
</div>
<?php endif ;?>
<div class="clear"></div>
</div>
</div>