Investiture Luncheon 2025

The official website of the Priory of South Australia is temporarily unavailable.
In the interim, Chevalier Henry d’Assumpcao has offered the use of a page of his private draft website to enable registrations for Priory functions.

Chevalier Peter Robertson CJSJ, Prior of South Australia

invites you and your guests to the Investiture Celebration Luncheon

on Saturday 9 August 2025

12.30 for 1.00pm

at the Adelaide Pavilion, South Terrace, Adelaide

Cost: $100 per person

RSVP Monday 28 July 2025

Dress Code

Knights: Lounge Suit, OSJ Bow Tie, Neck Insignia, Decorations, Medals and Name Badge

Dames: Day Dress, Neck Insignia, Decorations, Medals and Name Badge

Guests: Day Dress for Ladies and Lounge Suit for Gentlemen; Decorations and Medals

Please fill in the attached form even if you are unable to attend.


1 function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');