Index: branches/RC/core/units/themes/theme_item.php =================================================================== diff -u -N --- branches/RC/core/units/themes/theme_item.php (revision 0) +++ branches/RC/core/units/themes/theme_item.php (revision 10593) @@ -0,0 +1,29 @@ +Application->IsAdmin()) { + $res = parent::Load(1); + } + } + $this->Application->SetVar('theme.current_id', $this->GetID() ); + $this->Application->SetVar('m_theme', $this->GetID() ); + } + return $res; + } + } + +?> \ No newline at end of file