Просмотр поста

.
eco_oce
# ДоХтор (30.04.2017 / 17:38)
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);
is not work, when i try to change the theme, they hasn't changed. ?