Hello. I want to disable mobile version of the template in both cellular and in tablets.
I mean, I want phones and tablets in my website look like in the desktop version. Is it possible to do that?
<body<?php echo $tpl_page_suffix; ?><?php if($this->browser->get("tablet") == true) echo ' data-tablet="true"'; ?><?php if($this->browser->get("mobile") == true) echo ' data-mobile="true"'; ?><?php $this->layout->generateLayoutWidths(); ?> data-bg="<?php echo $template_bg ?>">
<body<?php echo $tpl_page_suffix; ?> data-bg="<?php echo $template_bg ?>">
<div id="gkMobileMenu">
<div id="gkMobileMenu" style="display:none;">