# ДоХтор (30.04.2017 / 17:38)is not work, when i try to change the theme, they hasn't changed. ?
The string $theme_list[] = array_pop(explode('/', dirname($val)));
It is necessary to write down so$array = explode('/', dirname($val));
$theme_list[] = array_pop($array);