...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|