Слайдеры на главной

Как сделать чтобы слайдеры на главной открывались рандомно?

В файле \inc\vam_banner_exists.inc.php

Заменить строку

$banner_query = DB::query("select * from " . TABLE_BANNERS . " where status = '1' and banners_group = %s ORDER BY banners_sort ASC", $identifier);

на

$banner_query = DB::query("select * from " . TABLE_BANNERS . " where status = '1' and banners_group = %s ORDER BY RAND()", $identifier);