diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-04 00:25:53 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-04 00:25:53 +0000 |
commit | 75d1cfa66b7986013fd0019b831d16c5e08a2af6 (patch) | |
tree | dbc52111bdcc4779f9795a50b3f86440ec6ecaa0 | |
parent | 3d9e5e439e63404159c1ef763c8b07dd15a367ec (diff) |
Add admin wireframes link.
-rw-r--r-- | core/views/welcome.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 9300de02..4b9e8fa8 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -479,6 +479,9 @@ <li> <a href="http://docs.kohanaphp.com/">Kohana Documentation</a> </li> + <li> + <a href="http://jkwebs.de/gallery/gx_admin/">Admin wireframes</a> + </li> </ul> </div> </div> |