100 if (0 === count($this->_mResults)) {
102 $this->mGetInstalledThemes->call(
new XCube_Ref($t_themeArr));
104 foreach ($t_themeArr as $theme) {
108 'name' => $theme->mName,
109 'dirname' => $theme->mDirname,
110 'screenshot' => $theme->mScreenShot,
111 'description' => $theme->mDescription,
112 'format' => $theme->mFormat,
113 'render_system' => $theme->mRenderSystemName,
114 'themeoptions' => $theme->mThemeOptions,
115 'version' => $theme->mVersion,
116 'author' => $theme->mAuthor,
117 'url' => $theme->mUrl,
118 'license' => $theme->mLicence
121 $this->_mResults[] =& $obj;