diff options
Diffstat (limited to 'demos/blog/protected/Pages/Admin/AdminMenu.php')
-rwxr-xr-x | demos/blog/protected/Pages/Admin/AdminMenu.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/blog/protected/Pages/Admin/AdminMenu.php b/demos/blog/protected/Pages/Admin/AdminMenu.php index 1d9c3473..5b655007 100755 --- a/demos/blog/protected/Pages/Admin/AdminMenu.php +++ b/demos/blog/protected/Pages/Admin/AdminMenu.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2006-2015 The PRADO Group + * @copyright Copyright © 2006-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ @@ -13,7 +13,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2006-2015 The PRADO Group + * @copyright Copyright © 2006-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ class AdminMenu extends TTemplateControl |