diff options
Diffstat (limited to 'src/views/Template.class.php')
-rw-r--r-- | src/views/Template.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Template.class.php b/src/views/Template.class.php index f57d5dc..7d4d1ff 100644 --- a/src/views/Template.class.php +++ b/src/views/Template.class.php @@ -173,6 +173,7 @@ class Template { 'id'=>'password')); $str.= $this->tag('input', array('type'=>'submit', 'value'=>'Login')); + $str.= $this->link($this->url("users/new"),'New Account'); $str.= $this->closeTag('form'); } $str.= $this->closeTag('div'); |