File: /home/ankarasy/public_html/en/wp-content/themes/Alomaliye2/sidebar.php
<div class="span-10 last">
<?php if(get_theme_option('ads_125') != '') {
?>
<div class="sidebaradbox125">
<?php sidebar_ads_125(); ?>
</div>
<?php } ?>
<div class="span-5">
<div class="sidebar">
<div class="rssbox">
<a href="http://webmail.ankarasymm.com"><img src="http://ankarasymm.com/webmail.png" alt="Webmail" title="Mukellef" style="vertical-align:middle; margin-right: 5px;" /></a><a href="http://webmail.ankarasymm.com">WEBMAIL</a>
</div>
<div class="rssbox">
<a href="http://www.ankarasymm.com/wp-login.php?action=register"><img src="http://ankarasymm.com/login.png" alt="Webmail" title="Mukellef" style="vertical-align:middle; margin-right: 5px;" /></a><a href="http://www.ankarasymm.com/wp-login.php?action=register">REGISTER</a>
</div>
<?php if(get_theme_option('ad_sidebar1_bottom') != '') {
?>
<div class="sidebaradbox">
<?php echo get_theme_option('ad_sidebar1_bottom'); ?>
</div>
<?php
}
?>
</div>
</div>
<div class="span-5 last">
<div class="sidebar">
<ul>
<?php
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 1') ) : ?>
<?php wp_list_bookmarks(); ?>
<?php endif; ?>
</ul>
<?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
// All links in the sidebar should remain intact.
// These links are all family friendly and will not hurt your site in any way.
// Warning! Your site may stop working if these links are edited or deleted ?>
<?php if(get_theme_option('ad_sidebar2_bottom') != '') {
?>
<div class="sidebaradbox">
<?php echo get_theme_option('ad_sidebar2_bottom'); ?>
</div>
<?php
}
?>
</div>
</div>
</div>