diff options
Diffstat (limited to 'framework/Web')
| -rw-r--r-- | framework/Web/UI/TThemeManager.php | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php index 7ae36556..c351bcdb 100644 --- a/framework/Web/UI/TThemeManager.php +++ b/framework/Web/UI/TThemeManager.php @@ -301,6 +301,14 @@ class TTheme extends TApplicationComponent implements ITheme  	}
  	/**
 +	 * @return string the URL to the theme folder (without ending slash)
 +	 */
 +	public function getBaseUrl()
 +	{
 +		return $this->_themeUrl;
 +	}
 +
 +	/**
  	 * Applies the theme to a particular control.
  	 * The control's class name and SkinID value will be used to
  	 * identify which skin to be applied. If the control's SkinID is empty,
  | 
