summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/frontend/themes/premium/config-premium.php')
-rwxr-xr-xplugins/wordpress-mobile-pack/frontend/themes/premium/config-premium.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/wordpress-mobile-pack/frontend/themes/premium/config-premium.php b/plugins/wordpress-mobile-pack/frontend/themes/premium/config-premium.php
deleted file mode 100755
index 73b99db0..00000000
--- a/plugins/wordpress-mobile-pack/frontend/themes/premium/config-premium.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-// Load JSON data (config json)
-$premium_manager = new WMobilePack_Premium();
-$arr_config_premium = $premium_manager->get_premium_config();
-
-// Check if we have classic (old) style or wpmp app settings
-$kit_type = 'classic';
-if (isset($arr_config_premium['kit_type']) && $arr_config_premium['kit_type'] == 'wpmp'){
- $kit_type = 'wpmp';
-} \ No newline at end of file