Add a banner to the sidebar
-
Hi to avryone, I need to insert affiliat code associate with images/Gatto.gif in the (sidebar.php) but Im in trouble. I hope someone more experienced than me can help me
many thanks
Paologlobal $options; // This code retrieves all our greenxi options. ?>
<?php foreach ($options as $value) {
if (get_option( $value[‘id’] ) === FALSE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_option( $value[‘id’] ); } } ?>
<div id=”sidebar”>
<!– sidebard div –>
<!– Begin Banner 125×125 –>
<?php if ($grix_option_banner125x125 == “1”) {
} elseif ($grix_option_banner125x125 == “2”) { ?>
<div class=”backgroundlist”>
<div class=”listtitle”>
<h2><?php echo $grix_option_title_banner; ?></h2>
</div>
<div class=”contentbanner”>
<div class=”banner125″>
<?php if ( $grix_option_b125tl == “” ) { ?>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/Gatto.gif” width=”125″ height=”125″ alt=”banner” />
- The topic ‘Add a banner to the sidebar’ is closed to new replies.