%PDF- %PDF-
| Direktori : /home/casasmonvl/ges4t.old/wp-content/plugins/wordpress-mobile-pack/frontend/themes/app1/ |
| Current File : /home/casasmonvl/ges4t.old/wp-content/plugins/wordpress-mobile-pack/frontend/themes/app1/page.php |
<?php
if (is_numeric(get_the_ID())){
if (get_option('show_on_front') == 'page' && get_option('page_on_front') == get_the_ID()) {
require_once('template.php');
} else {
header("Location: ".home_url()."/#page/".get_the_ID()); // redirect to page
}
} else {
header("Location: ".home_url());
}
?>