Authored by hf

Merge remote-tracking branch 'origin/develop'

... ... @@ -53,8 +53,7 @@ class BoysController extends AbstractAction
break;
}
$channel = Helpers::getChannelByCookie();
$bottomBanner = Index\HomeModel::getBottomBanner($channel);
$bottomBanner = Index\HomeModel::getBottomBanner(1);
if (empty($bottomBanner)) {
break;
}
... ...
... ... @@ -48,8 +48,7 @@ class GirlsController extends AbstractAction
break;
}
$channel = Helpers::getChannelByCookie();
$bottomBanner = Index\HomeModel::getBottomBanner($channel);
$bottomBanner = Index\HomeModel::getBottomBanner(2);
if (empty($bottomBanner)) {
break;
}
... ...