summaryrefslogtreecommitdiff
path: root/demos/blog/protected/Common/XListMenu.php
diff options
context:
space:
mode:
Diffstat (limited to 'demos/blog/protected/Common/XListMenu.php')
-rwxr-xr-xdemos/blog/protected/Common/XListMenu.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/blog/protected/Common/XListMenu.php b/demos/blog/protected/Common/XListMenu.php
index 5289167f..1d425c60 100755
--- a/demos/blog/protected/Common/XListMenu.php
+++ b/demos/blog/protected/Common/XListMenu.php
@@ -3,9 +3,9 @@
* XListMenu and XListMenuItem class file
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2006 PradoSoft
- * @license http://www.pradosoft.com/license/
+ * @link https://github.com/pradosoft/prado
+ * @copyright Copyright &copy; 2006-2015 The PRADO Group
+ * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
*/
Prado::using('System.Web.UI.WebControls.TListControl');
@@ -34,9 +34,9 @@ Prado::using('System.Web.UI.WebControls.TListControl');
* </code>
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2006 PradoSoft
- * @license http://www.pradosoft.com/license/
+ * @link https://github.com/pradosoft/prado
+ * @copyright Copyright &copy; 2006-2015 The PRADO Group
+ * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT
*/
class XListMenu extends TListControl
{