diff options
Diffstat (limited to 'framework/Web/UI/ITheme.php')
-rw-r--r-- | framework/Web/UI/ITheme.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/Web/UI/ITheme.php b/framework/Web/UI/ITheme.php index af9452b1..0aae13cd 100644 --- a/framework/Web/UI/ITheme.php +++ b/framework/Web/UI/ITheme.php @@ -6,16 +6,18 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.Web.UI + * @package Prado\Web\UI */ +namespace Prado\Web\UI; + /** * ITheme interface. * * This interface must be implemented by theme. * * @author Qiang Xue <qiang.xue@gmail.com> - * @package System.Web.UI + * @package Prado\Web\UI * @since 3.0 */ interface ITheme |