summaryrefslogtreecommitdiffstats
path: root/views/users
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-04 02:44:57 -0700
committerraylu <raylu@mixpanel.com>2011-07-04 02:44:57 -0700
commit47581aa5b4f85522a1ec171eae76da6105b3b954 (patch)
tree3306245d3b296b27435cc5b3766567625c9f0794 /views/users
parentd8c9eac73efb7ed766763e972a4db6d46d0735e8 (diff)
downloadotakuhub-47581aa5b4f85522a1ec171eae76da6105b3b954.tar.xz
reorganize CSS... with fire
Diffstat (limited to 'views/users')
-rw-r--r--views/users/signup.html.php4
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: ?>