We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc534 commit 06d00bcCopy full SHA for 06d00bc
templates/header.inc.phtml
@@ -55,7 +55,7 @@ if (isset($this->getContext()->user_session)) {
55
?>
56
<meta property="og:<?php echo $ogkey; ?>" content="<?php echo $ogval; ?>"/>
57
<?php } if (!$ogimage) { ?>
58
- <meta property="og:image" content="<?php echo Common::relativeUrlToAbsolute("/a/news_categories/bnetdocs.png"); ?>"/>
+ <meta property="og:image" content="<?php echo Common::relativeUrlToAbsolute("/a/bnetdocs.png"); ?>"/>
59
<?php } ?>
60
</head>
61
<body>
0 commit comments