summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/frontend/themes/app1/single.php')
-rwxr-xr-xplugins/wordpress-mobile-pack/frontend/themes/app1/single.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/wordpress-mobile-pack/frontend/themes/app1/single.php b/plugins/wordpress-mobile-pack/frontend/themes/app1/single.php
deleted file mode 100755
index e0213193..00000000
--- a/plugins/wordpress-mobile-pack/frontend/themes/app1/single.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-if (is_numeric(get_the_ID())){
- header("Location: ".home_url()."/#article/".get_the_ID());
-} else {
- header("Location: ".home_url());
-} \ No newline at end of file