I would like to see an option (atleast on iPhone) to replace the word "Home" on the top navigation bar to a house. For now, I have hardcoded this in the index.php file:
<a class="home" href="/<?php echo $homepage;?>"><img src="/<?php echo $base?>/images/home.png"></a>
<a class="home" href="/<?php echo $homepage;?>"><img src="/<?php echo $base?>/images/home.png"></a>