19 include_once (
'Class.DbObj.php');
20 include_once (
'Class.QueryDb.php');
21 include_once (
'Class.Param.php');
40 parsable char default 'N'
42 create sequence SEQ_ID_STYLE start 10000;
47 function Set(&$parent)
49 $this->parent = & $parent;
54 $root = $this->parent->Getparam(
"CORE_PUBDIR");
56 $socStyle = $this->parent->Getparam(
"CORE_SOCSTYLE");
58 if (($socStyle !=
"") && file_exists($root .
"/STYLE/" . $socStyle .
"/Images/" .
$img)) {
59 return (
"STYLE/" . $socStyle .
"/Images/" . $img);
62 if (file_exists($root .
"/STYLE/" . $this->name .
"/Images/" . $img)) {
63 return (
"STYLE/" . $this->name .
"/Images/" . $img);
71 $root = $this->parent->Getparam(
"CORE_PUBDIR");
73 $socStyle = $this->parent->Getparam(
"CORE_SOCSTYLE");
75 if ($socStyle !=
"") {
76 $file = $root .
"/STYLE/" . $socStyle .
"/Layout/" . $layname;
80 $file = $root .
"/STYLE/" . $this->name .
"/Layout/" . $layname;