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

.
eco_oce
# ДоХтор (30.04.2017 / 20:12)
Maybe you need to put all the code in the body of the loop? foreach (glob('../theme/*/*.css') as $val) {
$itu = explode('/', dirname($val));
$theme_list[] = array_pop($itu);

$set_
Thanks, is working