geoproject-app/public/site/templates/default.php
isUnknown 8a7d4832f0
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 24s
map / marker / geoformat / chapter : remove preview panel button and redirect front to narrative - related to #21
2026-04-05 11:18:09 +02:00

5 lines
No EOL
203 B
PHP

<?php
$redirectedTemplates = ['map', 'marker', 'geoformat', 'chapter'];
if (in_array($page->intendedTemplate(), $redirectedTemplates)) go($page->parents()->findBy('template', 'narrative')->url(), 301);