phone stylesheet call

Use this to call a different style-sheet for phone.

I added the admin function for development.

<? if ( current_user_can('administrator') ) { ?> 

<meta name="viewport" content="user-scalable=1.0,initial-scale=0.85">

<link rel='stylesheet' media='screen and (max-width: 500px)' href='<?php echo get_template_directory_uri(); ?>/phone_style.css' />

<? } // 449PM // THIS HIDES FROM NON ADMINS ?> 
Comments