Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2019-09-02 12:15:54 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-09-02 12:15:54 +0300
commitd46d45ce31baffb7e36411204b9e880603286617 (patch)
treee655876ec17a4aae069f6583c1c9fbdfb91bf979 /page-usermanagement.php
parente493d64c4ee3ccdc661fa2fb30201723b380d8a3 (diff)
hopefully fix twitter image
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-usermanagement.php')
-rw-r--r--page-usermanagement.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/page-usermanagement.php b/page-usermanagement.php
index 070756a6..026df51f 100644
--- a/page-usermanagement.php
+++ b/page-usermanagement.php
@@ -7,10 +7,10 @@
grecaptcha.render('RecaptchaField2', {'sitekey' : '<?php echo RECAPTCHA_SITEKEY; ?>'});
};
</script>-->
-<meta itemprop="image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
-<meta name="twitter:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
-<meta name="twitter:image:src" content="<?php bloginfo('template_directory'); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
-<meta property="og:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
+<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
+<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
+<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
+<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/Personal_Secuity_2FA_TOTP_Setup.png">
</head>
<div class="background usermanagement-background">