Link to consent form document from documents page.
authorSam White <webmaster@ycra.org.uk>
Mon, 11 Apr 2022 20:02:52 +0000 (20:02 +0000)
committerSam White <webmaster@ycra.org.uk>
Mon, 11 Apr 2022 20:02:52 +0000 (20:02 +0000)
public_html/documents.php

index 720bf013ccceaa999d911c4d839f2fa90ff81c0f..779d4e07f00b23aeedd6f8466c87d176fe4ee173 100644 (file)
@@ -10,7 +10,8 @@ function content() { ?>
 
   <p>Please find links to all of our important public documents below.</p><?php
 
-  $documents = ['privacy-policy-v2.pdf'=>'Privacy Policy'];?>
+  $documents = ['privacy-policy-v2.pdf'=>'Privacy Policy',
+                'consent-form.docx'=>'Consent form'];?>
 
   <ul><?php
     foreach ($documents as $filename=>$document) {?>