From 1487794fd389bb49882825e9f2e83ae8677a0f70 Mon Sep 17 00:00:00 2001 From: Sam White Date: Tue, 7 Jun 2022 20:14:51 +0000 Subject: [PATCH] Remove links to sign-up pages and make spring event a past event. --- public_html/events.php | 11 ++--------- public_html/includes/navbar.php | 6 +++--- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/public_html/events.php b/public_html/events.php index 3125149..f80f5ba 100644 --- a/public_html/events.php +++ b/public_html/events.php @@ -59,15 +59,8 @@ function content() {?>

If you would like to join us, please fill in your details on our - >sign-up page. We look forward to - seeing a lot of you there!

+ sign-up page. We look forward to seeing a lot of you there!

-

Summer event: September 2022

- -

Come and join us in Nottingham for our YCRA Summer event. More details to - follow!

Keep checking back here for updates on what we are up to.

- -

Past events

Winter event: 15th January 2022

The inaugural YCRA event! Come and join us in Birmingham for chance to ring with other young ringers at iconic towers such as St Martin's in the @@ -115,7 +108,7 @@ function content() {?>

It is sure to be an excellent day so please do come along. All you need is your membership, so sign up and then get your ticket by filling in your details on the - >sign-up page!

+ sign-up page!

We would like to thank Clare McArdle for her help in organising this event. We look forward to seeing you all there.

diff --git a/public_html/includes/navbar.php b/public_html/includes/navbar.php index 9454e5a..2242317 100644 --- a/public_html/includes/navbar.php +++ b/public_html/includes/navbar.php @@ -24,14 +24,14 @@ function get_menu_pages() { 'events' => [ 'name' => 'Events', 'path' => 'events.php' - ], + ],/* 'spring-event' => [ 'name' => 'Spring event sign up', 'path' => 'spring-event.php' - ],/* + ],*//* 'links' => [ 'name' => 'Useful Links', 'path' => '#' - ],*/ + ],*/ 'documents' => [ 'name' => 'Documents', 'path' => 'documents.php' -- 2.25.1