оке, спасибо, но почему-то подгружает preview.css только с основного шаблона
ну вот смотрю код preview.php
PHP код:
$tpl = new dle_template;
$tpl->dir = ROOT_DIR.'/templates/'.$config['skin'];
@header("Cache-Control: no-cache, must-revalidate, max-age=0");
@header("Expires: 0");
@header("Content-type: text/html; charset=".$config['charset']);
$tpl->load_template('preview.css');