Add page titles.
authorSam White <webmaster@ycra.org.uk>
Sat, 11 Sep 2021 05:52:23 +0000 (05:52 +0000)
committerSam White <webmaster@ycra.org.uk>
Sat, 11 Sep 2021 05:52:23 +0000 (05:52 +0000)
public_html/index.php
public_html/join.php

index 45bfa7809fa70a35164f1cd9fd021279f42d413f..7614936f04b15edf1e270507fc41df18260f5905 100644 (file)
@@ -22,6 +22,10 @@ function founding_member_bio($name, $why_create) {
             $desc);
 }
 
+function page_title() {
+  return 'Young Change Ringers Association';
+}
+
 function additional_stylesheets() {
   stylesheet('bio');
 }
index 48fbee74520fcded1770d41da4cbfa9693427390..fcb0ea8d4196085be20376e1be0dc22f35ddda2b 100644 (file)
@@ -51,6 +51,10 @@ function store_member_data($data) {
   insert_array('members', $fields);
 }
 
+function page_title() {
+  return 'Join Us';
+}
+
 function additional_stylesheets() {
   stylesheet('fields');
 }