aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/en/htconfig.tpl2
-rw-r--r--view/tpl/install_settings.tpl2
2 files changed, 4 insertions, 0 deletions
diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl
index cfb7cb24d..a8323f55a 100644
--- a/view/en/htconfig.tpl
+++ b/view/en/htconfig.tpl
@@ -15,7 +15,9 @@ $default_timezone = '$timezone';
// What is your site name?
+$a->config['system']['baseurl'] = '$siteurl';
$a->config['system']['sitename'] = "My Friend Network";
+$a->config['system']['location_hash'] = '$site_id';
// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
// Be certain to create your own personal account before setting
diff --git a/view/tpl/install_settings.tpl b/view/tpl/install_settings.tpl
index 05b87f904..1b9ae6e13 100644
--- a/view/tpl/install_settings.tpl
+++ b/view/tpl/install_settings.tpl
@@ -17,6 +17,8 @@
<input type="hidden" name="pass" value="4" />
{{ inc field_input.tpl with $field=$adminmail }}{{endinc}}
+{{ inc field_input.tpl with $field=$siteurl }}{{endinc}}
+
$timezone
<input id="install-submit" type="submit" name="submit" value="$submit" />