pecesama 17 лет назад
Родитель
Сommit
54c4eb203c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      classes/functions.php

+ 1 - 0
classes/functions.php Просмотреть файл

@@ -146,6 +146,7 @@
146 146
 		$path = getcwd();
147 147
  		$dir = (substr(PHP_OS, 0, 3) == 'WIN') ? $path."\\".$themes_dir : $path."/".$themes_dir;
148 148
 		$dir = str_replace("admin\\", "", $dir);
149
+		$dir = str_replace("admin/", "", $dir);
149 150
  		$handle = opendir($dir);
150 151
  		$i=0;
151 152
  		while($filename = readdir($handle)) {