Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
php if statement
#29
Zegnåt Wrote:...I’ll get back to you with one that does check for theme existence (if nobody has beaten me to it by then).
I had posted a working example of checking theme existence but deleted it because, although I requested it, I do agree with internet24 that keeping it simple works best.
Code:
add_hook('index-pretemplate','sitc_process');
function sitc_process() {
    global $TEMPLATE;
    if (strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone') == true) {
        if (is_dir(GSTHEMESPATH.'iPhone')) { $TEMPLATE = 'iPhone'; }
    }
}

I've actually tweaked it some (see attachment) to change the theme based on $_SERVER["HTTP_HOST"], for example "m.example.com", as this is the recommended way to serve a mobile version of your website.
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply


Messages In This Thread
php if statement - by JWH_Matthew - 2010-03-16, 08:20:43
php if statement - by internet54 - 2010-03-16, 08:30:27
php if statement - by JWH_Matthew - 2010-03-16, 10:07:11
php if statement - by internet54 - 2010-03-16, 11:33:59
php if statement - by JWH_Matthew - 2010-03-16, 11:36:51
php if statement - by JWH_Matthew - 2010-03-16, 11:41:19
php if statement - by baris - 2010-03-16, 12:47:39
php if statement - by JWH_Matthew - 2010-03-16, 12:57:00
php if statement - by baris - 2010-03-16, 13:41:06
php if statement - by JWH_Matthew - 2010-03-16, 13:49:48
php if statement - by baris - 2010-03-16, 13:54:07
php if statement - by JWH_Matthew - 2010-03-16, 13:55:46
php if statement - by baris - 2010-03-16, 14:07:58
php if statement - by JWH_Matthew - 2010-03-16, 14:16:23
php if statement - by baris - 2010-03-16, 14:22:28
php if statement - by JWH_Matthew - 2010-03-16, 14:28:02
php if statement - by baris - 2010-03-16, 14:33:56
php if statement - by JWH_Matthew - 2010-03-16, 14:36:54
php if statement - by baris - 2010-03-16, 14:40:45
php if statement - by JWH_Matthew - 2010-03-16, 14:48:33
php if statement - by baris - 2010-03-16, 14:53:53
php if statement - by JWH_Matthew - 2010-03-16, 14:57:58
php if statement - by baris - 2010-03-16, 15:20:10
php if statement - by internet54 - 2010-03-16, 15:24:32
php if statement - by JWH_Matthew - 2010-03-16, 15:38:19
php if statement - by internet54 - 2010-03-16, 15:39:21
php if statement - by JWH_Matthew - 2010-03-16, 15:44:25
php if statement - by Zegnåt - 2010-03-16, 16:45:55
php if statement - by sal - 2010-03-16, 18:59:10
php if statement - by Zegnåt - 2010-03-16, 19:34:52
php if statement - by baris - 2010-03-16, 22:01:18
php if statement - by JWH_Matthew - 2010-03-17, 00:55:03
php if statement - by baris - 2010-03-17, 01:36:18
php if statement - by JWH_Matthew - 2010-03-17, 14:44:58



Users browsing this thread: 1 Guest(s)