Use TEMPLATEPATH for custom url

I have a code in below and as you can see I have a condition to read custom template for desktop and mobile. Now I want to use a custom url instead of a file.For example I want to include a page site.com/test instead of index.php

?php
// Use anywhere
if ( muneeb_wp_is_mobile() ){
 include(TEMPLATEPATH . '/index-mobile.php');
}
else{
include(TEMPLATEPATH . '/index-desktop.php');
} ?

Can I use this?

include(TEMPLATEPATH . '/site.com/page1');

Topic template-include Wordpress

Category Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.