[ create a new paste ] login | about

Link: http://codepad.org/J9kf63rE    [ raw code | fork ]

PHP, pasted on Aug 28:
1
2
3
4
5
6
$template = 'desktop';
if ( MyMobileWorkflow::$isajax ) {
	get_template_part( 'template-homepage', 'mobile' );
} else {
	get_template_part( 'template-homepage', 'desktop' );
}


Create a new paste based on this one


Comments: