Add new config variable SERVICE_NAME
diff --git a/templates/register.htm b/templates/register.htm
index ce2a061..ef869ad 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -1,4 +1,4 @@
-<h1>Sign up Now!</h1>
+<h1>Sign up for <?php echo $SERVICE_NAME;?></h1>
 
 <form action="" method="POST">
     <!-- Username input -->