Thanks for this theme. This is really more of a suggestion than a request. I wanted it to display the primary links menu and site logo as well. So in page.tpl.php after the line:

<body <?php print theme("onload_attribute"); ?>>

I inserted the following code:

<div class="header">
  <?php if ($logo) { ?><img src="<?php print $logo ?>" alt="logo" /><br /><?php } ?>
  <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>
  </div>

Once enabled, an appropriate mobile site logo can be added through the configure option and will appear at the top of the page (I used a .gif of the main site's favicon). My primary links act as a home button, toggling between the main site domain and the mobile site domain, but others might want the logo to act as a home button, as in most Drupal themes.

Comments

Anonymous’s picture

Use the .mobi theme (with .mobi loader) instead to display your main content with a mobile theme and a mobile domain. Logo and primary links are displayed properly.

Or would you like to use the theme with separate content?

laura s’s picture

Status: Active » Closed (won't fix)

This branch is no longer supported.