Hello guy!
You can them in the “layoutsblocksHANDHELD_NAMEmainnav.php” (HANDHELD_NAME: iphone | ….) you ‘ll see two joomla tags which use to load the login module and the search module:
[PHP]<?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search” title=”Search” class=”toolbox”>
<jdoc:include type=”module” name=”search” />
</div>
<?php endif; ?>
<div id=”ja-login” title=”Login” class=”toolbox”>
<jdoc:include type=”module” name=”login” />
</div>
[/PHP]
The login module was loaded on the Login position, the search module was loaded on the search position, you access your administrator to turn on those modules on both position