Skip to content
Snippets Groups Projects
Commit 7e251f8f authored by wodby's avatar wodby Committed by Kevin Paxman
Browse files

ISTWCMS-4104: coding standards

parent 82bb21df
No related branches found
No related tags found
1 merge request!56ISTWCMS-4104: adding defaults for metatags
......@@ -23,7 +23,7 @@ function uw_cfg_common_metatags_alter(array &$metatags, array $context) {
// If there is no associated image, add the fall back university
// logo to image_src and og_image tags.
if (!$entity->field_uw_meta_image->target_id) {
$$metatags['image_src'] = 'https://uwaterloo.ca/university-of-waterloo-logo-152.png';
$metatags['image_src'] = 'https://uwaterloo.ca/university-of-waterloo-logo-152.png';
$metatags['og_image'] = 'https://uwaterloo.ca/university-of-waterloo-logo-152.png';
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment