(no commit message)
authoralison benjamin <radiocontrolled@gmail.com>
Mon, 22 Aug 2011 14:10:29 +0000 (14:10 -0000)
committeralison benjamin <radiocontrolled@gmail.com>
Mon, 22 Aug 2011 14:10:29 +0000 (14:10 -0000)
docs/themes/mobile/include/header.tmpl.php

index 290c4bc..7ccf80b 100644 (file)
@@ -195,11 +195,11 @@ setTimeout(function() { window.scrollTo(0, 1) }, 100);
        
 <?php if ($this->is_mobile_device == true): ?>
        <?php if ($this->mobile_device_type == ANDROID_DEVICE): ?>
-       <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/android.css" type="text/css"/>
+       <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/mobile.css" type="text/css"/>
        <meta name="viewport" content="user-scalable=no, width=device-width" />
        <?php endif; ?>
        <?php if ($this->mobile_device_type == IPOD_DEVICE || $this->mobile_device_type == IPHONE_DEVICE): ?>
-       <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/iphone.css" type="text/css"/>
+       <link rel="stylesheet" href="<?php echo $this->base_path.'themes/'.$this->theme; ?>/mobile.css" type="text/css"/>
        <meta name="viewport" content="user-scalable=no, width=device-width" />
        <?php endif; ?>
        <!-- Armin 25.08.2010: Detect BLACKBERRY_DEVICE and use blackberry.css-->