summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/frontend/themes/premium/template.php')
-rwxr-xr-xplugins/wordpress-mobile-pack/frontend/themes/premium/template.php333
1 files changed, 0 insertions, 333 deletions
diff --git a/plugins/wordpress-mobile-pack/frontend/themes/premium/template.php b/plugins/wordpress-mobile-pack/frontend/themes/premium/template.php
deleted file mode 100755
index 74b34a61..00000000
--- a/plugins/wordpress-mobile-pack/frontend/themes/premium/template.php
+++ /dev/null
@@ -1,333 +0,0 @@
-<?php
-
-// Check if the browser supports the loading of gzipped files
-$supported_gzip = false;
-if (isset($_SERVER['HTTP_ACCEPT_ENCODING']) && strstr($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'))
- $supported_gzip = true;
-
-?>
-<!DOCTYPE HTML>
-<html manifest="" lang="<?php echo str_replace('_', '-', $app_settings['locale']);?>">
-<head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-touch-fullscreen" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <link rel="apple-touch-icon-precomposed" href="" />
- <link rel="manifest" href="<?php echo plugins_url()."/".WMP_DOMAIN."/export/content.php?content=androidmanifest&premium=1";?>" />
-
- <?php if ($app_settings['icon'] != ''): // icon path for Firefox ?>
- <link rel="shortcut icon" href="<?php echo $app_settings['icon'];?>"/>
- <?php endif;?>
-
- <title><?php echo $app_settings['title'];?></title>
- <style type="text/css">
- /**
- * Example of an initial loading indicator.
- * It is recommended to keep this as minimal as possible to provide instant feedback
- * while other resources are still being loaded for the first time
- */
- html, body {
- height: 100%;
- width: 100%;
- margin: 0;
- padding: 0;
- background-color: #e5e8e3;
- }
-
- #appLoadingIndicator {
- position: absolute;
- top: 50%;
- margin-top: -8px;
- text-align: center;
- width: 100%;
- height: 16px;
- -webkit-animation-name: appLoadingIndicator;
- -webkit-animation-duration: 0.5s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: linear;
- animation-name: appLoadingIndicator;
- animation-duration: 0.5s;
- animation-iteration-count: infinite;
- animation-direction: linear;
- }
-
- #appLoadingIndicator > * {
- background-color: #c6cdbe;
- display: inline-block;
- height: 16px;
- width: 16px;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- border-radius: 8px;
- margin: 0 2px;
- opacity: 0.8;
- }
-
- @-webkit-keyframes appLoadingIndicator{
- 0% {
- opacity: 0.8
- }
- 50% {
- opacity: 0
- }
- 100% {
- opacity: 0.8
- }
- }
-
- @keyframes appLoadingIndicator{
- 0% {
- opacity: 0.8
- }
- 50% {
- opacity: 0
- }
- 100% {
- opacity: 0.8
- }
- }
-
- body.x-android {
- overflow-y: hidden;
- }
- </style>
-
- <script type="text/javascript" pagespeed_no_defer="">
- var appticles = {
-
- <?php if ($app_settings['kit_type'] == 'wpmp'):?>
-
- exportPath: '<?php echo plugins_url()."/".WMP_DOMAIN."/export/";?>',
-
- hasGoogle: <?php echo $app_settings['enable_google'] ? 'true' : 'false';?>,
- commentsToken: "<?php echo $app_settings['comments_token'];?>",
- articlesPerCard: <?php echo is_numeric($app_settings['posts_per_page']) ? $app_settings['posts_per_page'] : '"auto"' ;?>,
- homeText: <?php echo str_replace('\n', '<br/>', json_encode($app_settings['cover_text']));?>,
-
- <?php else:?>
-
- webApp: "<?php echo $app_settings['webapp'];?>",
- title: "<?php echo addslashes($app_settings['title']);?>",
-
- exportPath: '<?php echo $app_settings['api_content'];?>',
- socialApiPath: '<?php echo $app_settings['api_social'];?>',
-
- <?php if (isset($app_settings['api_content_external'])):?>
- exportPathExternal: '<?php echo $app_settings['api_content_external'];?>',
- <?php endif;?>
-
- defaultPath: '<?php echo $app_settings['kits_path'];?>',
- appPath: '<?php echo $app_settings['cdn_apps']."/".$app_settings['shorten_url'];?>',
- appUrl: '<?php echo home_url();?>',
- canonicalUrl: '<?php echo home_url();?>',
-
- preview: 0,
- language: '<?php echo $app_settings['locale'];?>',
-
- hasIcons: <?php echo intval($app_settings['icon'] != "");?>,
- hasStartups: <?php echo intval($app_settings['logo'] != "");?>,
- iconTimestamp: '<?php echo $app_settings['icon_timestamp'];?>',
- startupImageTimestamp: '<?php echo $app_settings['logo_timestamp'];?>',
-
- <?php endif;?>
-
- <?php if (isset($app_settings['website_url']) && $app_settings['website_url'] != ''):?>
- websiteUrl: '<?php echo $app_settings['website_url']; echo parse_url($app_settings['website_url'], PHP_URL_QUERY) ? '&' : '?'; echo WMobilePack_Cookie::$prefix; ?>theme_mode=desktop',
- <?php endif;?>
-
- logo: '<?php echo $app_settings['logo'];?>',
- icon: '<?php echo $app_settings['icon'];?>',
- defaultCover: "<?php echo $app_settings['cover'];?>",
- userCover: <?php echo $app_settings['user_cover'] ? 'true' : 'false' ;?>,
-
- hasFacebook: <?php echo $app_settings['enable_facebook'] ? 'true' : 'false';?>,
- hasTwitter: <?php echo $app_settings['enable_twitter'] ? 'true' : 'false';?>,
-
- <?php if ($app_settings['has_phone_ads'] == 1 || $app_settings['has_tablet_ads'] == 1):?>
- googleAds:{
- adsInterval: <?php echo isset($app_settings[$app_settings['device'].'_ad_interval']) && $app_settings[$app_settings['device'].'_ad_interval'] != '' ? $app_settings[$app_settings['device'].'_ad_interval'] : 30;?>, // seconds between ads
-
- <?php if ($app_settings['has_phone_ads'] == 1):?>
- phone: {
- networkCode: <?php echo $app_settings['phone_network_code'];?>,
- adUnitCode: "<?php echo $app_settings['phone_unit_name'];?>",
- sizes: <?php echo json_encode($app_settings['phone_ad_sizes']);?>
- },
- <?php else: ?>
- phone : null,
- <?php endif;?>
-
- <?php if ($app_settings['has_tablet_ads'] == 1):?>
- tablet: {
- networkCode: <?php echo $app_settings['tablet_network_code'];?>,
- adUnitCode: "<?php echo $app_settings['tablet_unit_name'];?>",
- sizes: <?php echo json_encode($app_settings['tablet_ad_sizes']);?>
- },
- <?php else: ?>
- tablet : null,
- <?php endif;?>
- },
- <?php endif;?>
- };
- </script>
-
- <?php if (($app_settings['has_phone_ads'] == 1 && $app_settings['device'] == 'phone') ||
- ($app_settings['has_tablet_ads'] == 1 && $app_settings['device'] == 'tablet')):?>
-
- <!-- start Google Doubleclick for publishers -->
- <script type='text/javascript' pagespeed_no_defer="">
- var googletag = googletag || {};
- googletag.cmd = googletag.cmd || [];
- (function() {
- var gads = document.createElement('script');
- gads.async = true;
- gads.type = 'text/javascript';
- var useSSL = 'https:' == document.location.protocol;
- gads.src = (useSSL ? 'https:' : 'http:') +
- '//www.googletagservices.com/tag/js/gpt.js';
- var node = document.getElementsByTagName('script')[0];
- node.parentNode.insertBefore(gads, node);
- })();
-
- googletag.cmd.push(function() {
- googletag.pubads().enableSingleRequest();
- googletag.pubads().disableInitialLoad();
- googletag.pubads().collapseEmptyDivs(); // hide ad units when empty.
- googletag.enableServices();
- });
- </script>
- <!-- end Google Doubleclick for publishers -->
- <?php endif;?>
-
- <?php
-
- $arrLoadedFonts = array();
-
- if (is_numeric($app_settings['font_headlines']))
- $arrLoadedFonts[] = $app_settings['font_headlines'];
-
- if (!in_array($app_settings['font_subtitles'], $arrLoadedFonts) && is_numeric($app_settings['font_subtitles']))
- $arrLoadedFonts[] = $app_settings['font_subtitles'];
-
- if (!in_array($app_settings['font_paragraphs'], $arrLoadedFonts) && is_numeric($app_settings['font_paragraphs']))
- $arrLoadedFonts[] = $app_settings['font_paragraphs'];
-
- // Check if we have custom fonts, otherwise load at least one default font
- if ($app_settings['custom_fonts'] != '' && count($arrLoadedFonts) == 0) {
- $arrLoadedFonts[] = 1;
- $app_settings['font_headlines'] = 1;
- }
- ?>
-
- <?php foreach ($arrLoadedFonts as $font_no):?>
- <link rel="stylesheet" href="<?php echo $app_settings['cdn_kits'];?>/resources/fonts/<?php echo $supported_gzip ? 'font-'.$font_no.'-css.gz' : 'font-'.$font_no.'.css' ;?>" type="text/css" />
- <?php endforeach; ?>
-
- <?php
- // load custom fonts
- $arrCustomFonts = array();
-
- if (isset($app_settings['custom_fonts'])) {
-
- $arrFontsNo = explode(',', $app_settings['custom_fonts']);
-
- foreach ($arrFontsNo as $font_no){
- if (is_numeric($font_no)){
- $arrCustomFonts[] = $font_no;
- }
- }
- }
- ?>
-
- <?php foreach ($arrCustomFonts as $font_no):?>
- <link rel="stylesheet" href="<?php echo $app_settings['cdn_apps']."/".$app_settings['shorten_url'];?>/resources/css/<?php echo $supported_gzip ? 'font-'.$font_no.'-css.gz' : 'font-'.$font_no.'.css' ;?>" type="text/css" />
- <?php endforeach; ?>
-
- <?php if ($app_settings['theme'] == 0): // load custom theme ?>
- <link rel="stylesheet" href="<?php echo $app_settings['kits_path'];?>resources/css/<?php echo $app_settings['device'].'-'.$app_settings['theme_timestamp'].($supported_gzip ? '-css.gz' : '.css');?>" type="text/css" />
- <?php elseif ($app_settings['theme_timestamp'] != ''): // check if we have a generated css ?>
- <link rel="stylesheet" href="<?php echo $app_settings['cdn_apps']."/".$app_settings['shorten_url'];?>/resources/css/<?php echo $app_settings['device'].'-'.$app_settings['theme_timestamp'].($supported_gzip ? '-css.gz' : '.css');?>" type="text/css" />
- <?php else: ?>
- <link rel="stylesheet" href="<?php echo $app_settings['kits_path'];?>resources/css/<?php echo $app_settings['device'].'/colors-'.$app_settings['color_scheme'].'-font-'.$app_settings['font_headlines'].($supported_gzip ? '-css.gz' : '.css');?>" type="text/css" />
- <?php endif;?>
-
- <script type="text/javascript" src="<?php echo $app_settings['cdn_kits'];?>/others/<?php echo $app_settings['kit_type'] == 'classic' ? 'locales' : 'locales2';?>/<?php echo $app_settings['locale'].($supported_gzip ? '-js.gz' : '.js');?>"></script>
- <script type="text/javascript" src="<?php echo $app_settings['kits_path'];?>js/<?php echo $app_settings['device'].($supported_gzip ? '-js.gz' : '.js');?>"></script>
-
- <?php
- // check if google analytics id was set
- $google_analytics_id = isset($app_settings['google_analytics_id']) ? $app_settings['google_analytics_id'] : '';
- if ($google_analytics_id != ''):
- ?>
-
- <script type="text/javascript" pagespeed_no_defer="">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '<?php echo $google_analytics_id;?>']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
-
- </script>
-
- <?php endif;?>
-
- <?php
- // check if google analytics id was set
- $google_internal_id = isset($app_settings['google_internal_id']) ? $app_settings['google_internal_id'] : '';
- if ($google_internal_id != ''):
- ?>
-
- <!-- add google universal analytics -->
- <script pagespeed_no_defer="">
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-45917766-1');
-
- var dimensionValue = '<?php echo $google_internal_id;?>';
- ga('set', 'dimension1', dimensionValue);
-
- ga('send', 'pageview');
-
- </script>
- <?php endif;?>
-
- <?php if (isset($app_settings['google_webmasters_code']) && $app_settings['google_webmasters_code'] != ""):?>
- <meta name="google-site-verification" content="<?php echo $app_settings['google_webmasters_code'];?>" />
- <?php endif;?>
-
-</head>
-<body>
-
-<?php
- // check if google tag manager id was set
- $google_tag_manager_id = isset($app_settings['google_tag_manager_id']) ? $app_settings['google_tag_manager_id'] : '';
- if ($google_tag_manager_id != ''):
-?>
- <!-- Google Tag Manager -->
- <noscript><iframe src='//www.googletagmanager.com/ns.html?id=<?php echo $google_tag_manager_id;?>'
- height='0' width='0' style='display:none;visibility:hidden'></iframe></noscript>
- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
- new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
- j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
- '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
- })(window,document,'script','dataLayer','<?php echo $google_tag_manager_id;?>');</script>
- <!-- End Google Tag Manager -->
-<?php endif;?>
-
-<div id="appLoadingIndicator">
- <div></div>
- <div></div>
- <div></div>
-</div>
-</body>
-</html>