diff --git a/public/include/pages/home.inc.php b/public/include/pages/home.inc.php index ac846304..2d0f5b23 100644 --- a/public/include/pages/home.inc.php +++ b/public/include/pages/home.inc.php @@ -15,15 +15,5 @@ foreach ($aNews as $key => $aData) { // Load news entries for Desktop site and unauthenticated users $smarty->assign("NEWS", $aNews); - -// Tempalte specifics -if ($detect->isMobile() && $_SESSION['AUTHENTICATED'] == true) { - if ($config['payout_system'] == 'pps') { - $smarty->assign("CONTENT", "pps.tpl"); - } else { - $smarty->assign("CONTENT", "default.tpl"); - } -} else { - $smarty->assign("CONTENT", "../news/default.tpl"); -} +$smarty->assign("CONTENT", "default.tpl"); ?> diff --git a/public/templates/mmcFE/global/sidebar.tpl b/public/templates/mmcFE/global/sidebar_prop.tpl similarity index 100% rename from public/templates/mmcFE/global/sidebar.tpl rename to public/templates/mmcFE/global/sidebar_prop.tpl diff --git a/public/templates/mmcFE/master.tpl b/public/templates/mmcFE/master.tpl index 8709e974..de478b38 100644 --- a/public/templates/mmcFE/master.tpl +++ b/public/templates/mmcFE/master.tpl @@ -47,11 +47,8 @@