~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/web/CTheme.php

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * @author Qiang Xue <qiang.xue@gmail.com>
6
6
 * @link http://www.yiiframework.com/
7
 
 * @copyright Copyright &copy; 2008-2009 Yii Software LLC
 
7
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
8
8
 * @license http://www.yiiframework.com/license/
9
9
 */
10
10
 
12
12
 * CTheme represents an application theme.
13
13
 *
14
14
 * @author Qiang Xue <qiang.xue@gmail.com>
15
 
 * @version $Id: CTheme.php 837 2009-03-14 11:51:40Z qiang.xue $
 
15
 * @version $Id: CTheme.php 1678 2010-01-07 21:02:00Z qiang.xue $
16
16
 * @package system.web
17
17
 * @since 1.0
18
18
 */
76
76
        }
77
77
 
78
78
        /**
 
79
         * @return string the path for widget skins. Defaults to 'ThemeRoot/views/skins'.
 
80
         * @since 1.1
 
81
         */
 
82
        public function getSkinPath()
 
83
        {
 
84
                return $this->getViewPath().DIRECTORY_SEPARATOR.'skins';
 
85
        }
 
86
 
 
87
        /**
79
88
         * Finds the view file for the specified controller's view.
80
89
         * @param CController the controller
81
90
         * @param string the view name