diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 14:12:22 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 14:12:22 -0700 |
commit | 033553d6f2dcc820cf424f082403944ee3aa83c1 (patch) | |
tree | 613157948470051e50ccaef13b1b98c6fbb8f1ec /views/layouts | |
parent | eb1856d3ef86c6670640cd5d1528786a4b961c78 (diff) | |
download | otakuhub-033553d6f2dcc820cf424f082403944ee3aa83c1.tar.xz |
Change signup link; see 821f6d0 and 210af8f
Diffstat (limited to 'views/layouts')
-rw-r--r-- | views/layouts/default.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index d74fd88..94aa7e4 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -28,7 +28,7 @@ use \lithium\security\Auth; } else { - $links['Sign up'] = '/users/signup'; + $links['Sign up'] = '/signup'; $links['Login'] = '/login'; // overwritten with JS echo ' <div id="login" style="display: none"> |