diff --git a/module/user/view/view.html.php b/module/user/view/view.html.php
deleted file mode 100644
index a2dba1c8ff..0000000000
--- a/module/user/view/view.html.php
+++ /dev/null
@@ -1,79 +0,0 @@
-
- * @package my
- * @version $Id$
- * @link http://www.zentao.net
- */
-?>
-
-
-
-
-
-
- my->profile;?>
-
- | user->account;?> |
- account;?> |
-
-
- | user->realname;?> |
- realname;?> |
-
-
- | user->nickname;?> |
- nickname;?> |
-
-
- | user->commiter;?> |
- commiter;?> |
-
-
- | user->join;?> |
- join;?> |
-
-
- | user->visits;?> |
- visits;?> |
-
-
- | user->ip;?> |
- ip;?> |
-
-
- | user->last;?> |
- last;?> |
-
-
-
-
-
-
-
-
- {$user->realname}";
- echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=task"), $lang->my->task) . "
";
- //echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=todo"), $lang->my->todo) . "
";
- echo "- ". html::a($this->createLink('user', 'view', "account=$user->account&tabID=project"), $lang->my->myProject) . "
";
- //echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=story"), $lang->my->story) . "
";
- echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=bug"), $lang->my->bug) . "
";
- //echo "- " . html::a($this->createLink('user', 'view', "account=$user->account&tabID=team"), $lang->my->team) . "
";
- echo <<
-$("#{$tabID}tab").addClass('active');
-
-EOT;
- ?>
-
-
-
-
-
-
-