projects
/
ycra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174a60a
)
Link to consent form document from documents page.
author
Sam White
<webmaster@ycra.org.uk>
Mon, 11 Apr 2022 20:02:52 +0000
(20:02 +0000)
committer
Sam White
<webmaster@ycra.org.uk>
Mon, 11 Apr 2022 20:02:52 +0000
(20:02 +0000)
public_html/documents.php
patch
|
blob
|
history
diff --git
a/public_html/documents.php
b/public_html/documents.php
index 720bf013ccceaa999d911c4d839f2fa90ff81c0f..779d4e07f00b23aeedd6f8466c87d176fe4ee173 100644
(file)
--- a/
public_html/documents.php
+++ b/
public_html/documents.php
@@
-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) {?>