Thanks ElForro, figured out...
Quote:
Originally Posted by MissKalunji
|
Thanks Miss. The sugegstion is
Quote:
Edit the "GARS - Startup" plugin and replace
Code:
require_once(DIR . '/geek/gars/includes/gars_ignition.php');
with
Code:
if (STYLEID != xx){
require_once(DIR . '/geek/gars/includes/gars_ignition.php');
}
where xx = the styleid of the mobile style.
|
problem is that I don't know where to find the "GARS - Startup" plugin.
Thanks!!