forked from ZwiiCMS-Team/ZwiiCMS
[9.1.06] url og image correction
This commit is contained in:
parent
1e786a7a04
commit
2458682baa
@ -2219,7 +2219,7 @@ class layout extends common {
|
|||||||
* Affiche la meta image (site screenshot)
|
* Affiche la meta image (site screenshot)
|
||||||
*/
|
*/
|
||||||
public function showMetaImage() {
|
public function showMetaImage() {
|
||||||
echo '<meta property="og:image" content="' . helper::baseUrl() .'/site/file/source/screenshot.png" />';
|
echo '<meta property="og:image" content="' . helper::baseUrl() .'site/file/source/screenshot.png" />';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user