Hi ruva
Currently this template does not support your idea. But you can control this idea in ja_uranilayoutsblocksiphoneheader.php file.
Open this file, find following code section:
<h1 class="logo">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
and change to:
<h1 class="logo-iphone">
<a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
</h1>
Open template.css file, add following code to the end of file:
h1.logo-iphone a {
background: url(../images/logo-iphone.png) no-repeat left top;
display: block;
height: 42px;
width: 207px;
}