22 $file = GetParam(
"CORE_PUBDIR") .
"/STYLE/$style/Layout/gen.css";
24 $tstyle = file_get_contents(
$file);
28 $file =
$action->GetParam(
"CORE_PUBDIR") .
"/WHAT/Layout/size-$size.css";
30 $tsize = file_get_contents(
$file);
32 $action->lay->template = $tstyle .
"\n" . $tsize;