Hello Jason,
Thanks for the suggestion--potentially silly question, but how does that work to change the AtoM theme from the backend? This is what I see, with line 10 highlighted in yellow:
<!DOCTYPE html>
<html lang="<?php echo $sf_user->getCulture(); ?>" dir="<?php echo sfCultureInfo::getInstance($sf_user->getCulture())->direction; ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php include_title(); ?>
<?php echo get_component('default', 'tagManager', ['code' => 'script']); ?>
<link rel="shortcut icon" href="<?php echo public_path('favicon.ico'); ?>">
<script defer src="/dist/js/vendor.bundle.134b0eb02f0cefb6009f.js"></script><script defer src="/dist/js/arUOttawaB5Plugin.bundle.6f01458204e8353128b9.js"></script><link href="/dist/css/arUOttawaB5Plugin.bundle.8674178cd96628013cd0.css" rel="stylesheet">
<?php echo get_component_slot('css'); ?>
</head>
<body class="d-flex flex-column min-vh-100 <?php echo $sf_context->getModuleName(); ?> <?php echo $sf_context->getActionName(); ?>">
<?php echo get_component('default', 'tagManager', ['code' => 'noscript']); ?>
<?php echo get_partial('header'); ?>
<?php include_slot('pre'); ?>
The same information is basically in the arDominionB5Plugin.
Thanks, and hope you have a lovely weekend,
Carolyn.