diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 02:44:57 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 02:44:57 -0700 |
commit | 47581aa5b4f85522a1ec171eae76da6105b3b954 (patch) | |
tree | 3306245d3b296b27435cc5b3766567625c9f0794 /views/users | |
parent | d8c9eac73efb7ed766763e972a4db6d46d0735e8 (diff) | |
download | otakuhub-47581aa5b4f85522a1ec171eae76da6105b3b954.tar.xz |
reorganize CSS... with fire
Diffstat (limited to 'views/users')
-rw-r--r-- | views/users/signup.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/users/signup.html.php b/views/users/signup.html.php index 920827a..185fcae 100644 --- a/views/users/signup.html.php +++ b/views/users/signup.html.php @@ -1,3 +1,7 @@ +<?php +$this->styles($this->html->style("/css/signup.css")); +?> + <?php if (isset($key)): ?> Confirmation Link: <a href="<?=$link ?>/<?=$key->key ?>"> Link </a> <?php else: ?> |