My b2evolution Version: 2.x
How to do that with 2.1.0? Alternatively, what would be the modern equivalent of this line:
<h1 id="pageTitle"><a href="<?php bloginfo('url'); ?>"><img src="<?php echo $image_name ?>" title="<?php echo $text ?>" alt="<?php echo $text ?>" width="<?php echo $width ?>" height="<?php echo $height ?>" /></a></h1>
Given that $image_name and $text and $width and $height are defined?
(The basin skin, and many others, use an image in the header to link back to the blog home page is the thing)
EDIT: The key to the above being the modern equivalent of
<?php bloginfo('url'); ?>
Is this what you want?
¥