
HTH
<{if $xoops_requesturi == "/your_xoops_root/iphone.php"}>
<!-- Start center-top blocks loop -->
<{foreach item=block from=$xoBlocks.page_topcenter}>
<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>
<{/foreach}>
<!-- End center-top blocks loop -->
<{else}>
The rest of your theme code goes here
<{/if}>