i copied this code :
<?php endif; ?>
</div>
</div>
<?php $url = TEMPLATEPATH.’/sidebar.php’ ?>
<iframe src=”<?php $url ?>” </iframe>
</div>
<?php get_footer(); ?>
inplace of :
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
in the index.php (Main Index Template)
The problem is i am unablt to see anything. The iframe seems blank (white page) without any scroller.