Added option to switch themes.
Added standalone pages for: - Exhibitions - Events - Institutions - Collections Added option to limit display to only a given set of institutions.
This commit is contained in:
@@ -25,5 +25,8 @@ if (!in_array($_GET['area'], ['events', 'exhibitions'])) {
|
||||
|
||||
ensureEnvironment();
|
||||
|
||||
echo queryCachePage($settings['mdVersion'] . "?" . urldecode($_GET['args']), $_GET['area'], $settings);
|
||||
$output = queryCachePage($settings['mdVersion'] . "?" . urldecode($_GET['args']), $_GET['area'], $settings);
|
||||
$output = str_replace("index.php?t=exhibition&", "exhibition.php?", $output);
|
||||
$output = str_replace("index.php?t=event&", "event.php?", $output);
|
||||
|
||||
echo $output;
|
||||
|
Reference in New Issue
Block a user