All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 24s
5 lines
No EOL
203 B
PHP
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); |